diff --git a/codefresh-helm3.yml b/codefresh-helm3.yml index 9fa01ec..facffd5 100644 --- a/codefresh-helm3.yml +++ b/codefresh-helm3.yml @@ -6,30 +6,7 @@ steps: commands: - |- 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 +22,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