We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3aa86 commit 6a91cc3Copy full SHA for 6a91cc3
codefresh/destroy.yaml
@@ -30,7 +30,7 @@ steps:
30
commands:
31
- "apk add kubectl@cloudposse helm@cloudposse=3.1.3-r0 helmfile@cloudposse"
32
- "kubectl config use-context ${{KUBE_CONTEXT}}"
33
- - "helmfile --namespace ${{NAMESPACE}} --selector preview=true destroy"
+ - "helmfile --namespace ${NAMESPACE} --selector preview=true destroy"
34
when:
35
condition:
36
any:
@@ -49,7 +49,7 @@ steps:
49
- GITHUB_REF=${{CF_REVISION}}
50
- GITHUB_CONTEXT=${{STAGE}}/env
51
- GITHUB_STATE=success
52
- - GITHUB_DESCRIPTION=Destroyed ${{NAMESPACE}} by @${{CF_BUILD_INITIATOR}}
+ - GITHUB_DESCRIPTION=Destroyed by @${{CF_BUILD_INITIATOR}}
53
- GITHUB_TARGET_URL=${{CF_BUILD_URL}}
54
55
0 commit comments