From 7d1271f8fe1c1a42070d7e03e6dc36c4cfc0f46d Mon Sep 17 00:00:00 2001 From: Bohdan Pysarenko Date: Thu, 3 Aug 2023 15:49:14 +0300 Subject: [PATCH 1/3] test trigger --- codefresh-helm3.yml | 46 +++++++++++++++------------------------------ 1 file changed, 15 insertions(+), 31 deletions(-) diff --git a/codefresh-helm3.yml b/codefresh-helm3.yml index 9fa01ec..88842b4 100644 --- a/codefresh-helm3.yml +++ b/codefresh-helm3.yml @@ -8,28 +8,6 @@ steps: cat < helmVersionsList 3.0.0 3.0.1 - 3.0.2 - 3.0.3 - 3.1.0 - 3.1.1 - 3.1.2 - 3.1.3 - 3.2.0 - 3.2.1 - 3.2.2 - 3.2.3 - 3.2.4 - 3.3.1 - 3.4.1 - 3.5.2 - 3.6.0 - 3.6.1 - 3.6.2 - 3.7.0 - 3.7.1 - 3.7.2 - 3.8.0 - 3.9.0 when: condition: all: @@ -45,21 +23,27 @@ steps: all: notRecursivelyInvoked: 'includes("${{HELM_VERSION}}", "${{") == true' + debug: + type: freestyle + image: alpine + commands: + - echo $HELM_VERSION + - env | grep CF_ + when: + condition: + all: + recursivelyInvoked: 'includes("${{HELM_VERSION}}", "${{") == false' + clone: type: git-clone arguments: repo: '${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}' git: github revision: '${{CF_REVISION}}' - when: - condition: - all: - recursivelyInvoked: 'includes("${{HELM_VERSION}}", "${{") == false' - debug: - type: freestyle - image: alpine - commands: - - echo $HELM_VERSION + when: + condition: + all: + recursivelyInvoked: 'includes("${{HELM_VERSION}}", "${{") == false' build_image: type: build From 3d9dcb7cc34c181dbc4056d381dadadcea993c54 Mon Sep 17 00:00:00 2001 From: Bohdan Pysarenko Date: Fri, 11 Aug 2023 17:03:32 +0300 Subject: [PATCH 2/3] test trigger --- codefresh-helm3.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/codefresh-helm3.yml b/codefresh-helm3.yml index 88842b4..f4af9b7 100644 --- a/codefresh-helm3.yml +++ b/codefresh-helm3.yml @@ -7,7 +7,6 @@ steps: - |- cat < helmVersionsList 3.0.0 - 3.0.1 when: condition: all: From 11b0be534a481c7a560d94cf94fbb67994290e06 Mon Sep 17 00:00:00 2001 From: Bohdan Pysarenko Date: Fri, 11 Aug 2023 17:10:26 +0300 Subject: [PATCH 3/3] test trigger --- codefresh-helm3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codefresh-helm3.yml b/codefresh-helm3.yml index f4af9b7..facffd5 100644 --- a/codefresh-helm3.yml +++ b/codefresh-helm3.yml @@ -6,7 +6,7 @@ steps: commands: - |- cat < helmVersionsList - 3.0.0 + 3.0.1 when: condition: all: