Skip to content

Commit 6a91cc3

Browse files
committed
fix pipeline
1 parent ec3aa86 commit 6a91cc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codefresh/destroy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ steps:
3030
commands:
3131
- "apk add kubectl@cloudposse helm@cloudposse=3.1.3-r0 helmfile@cloudposse"
3232
- "kubectl config use-context ${{KUBE_CONTEXT}}"
33-
- "helmfile --namespace ${{NAMESPACE}} --selector preview=true destroy"
33+
- "helmfile --namespace ${NAMESPACE} --selector preview=true destroy"
3434
when:
3535
condition:
3636
any:
@@ -49,7 +49,7 @@ steps:
4949
- GITHUB_REF=${{CF_REVISION}}
5050
- GITHUB_CONTEXT=${{STAGE}}/env
5151
- GITHUB_STATE=success
52-
- GITHUB_DESCRIPTION=Destroyed ${{NAMESPACE}} by @${{CF_BUILD_INITIATOR}}
52+
- GITHUB_DESCRIPTION=Destroyed by @${{CF_BUILD_INITIATOR}}
5353
- GITHUB_TARGET_URL=${{CF_BUILD_URL}}
5454
when:
5555
condition:

0 commit comments

Comments
 (0)