From 7b8fd73860779ed07d57777ccdbbbfefd284ee4e Mon Sep 17 00:00:00 2001 From: "franz.germann1" Date: Mon, 21 Oct 2024 13:29:04 +0200 Subject: [PATCH] initial commit --- argo-workflows/example-ci-workflow.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/argo-workflows/example-ci-workflow.yaml b/argo-workflows/example-ci-workflow.yaml index 1e49c8d..d4ed90c 100644 --- a/argo-workflows/example-ci-workflow.yaml +++ b/argo-workflows/example-ci-workflow.yaml @@ -19,7 +19,7 @@ spec: dag: tasks: - name: git-clone - template: simple-container + template: git clone arguments: parameters: [{name: message, value: "git-clone task completed"}] - name: ls @@ -70,4 +70,7 @@ spec: container: image: alpine:latest command: [sh, -c] - args: [ls /] \ No newline at end of file + args: [ls /] + + - name: git-clone + \ No newline at end of file