Skip to content

Commit

Permalink
cicd: Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgubler committed Jan 15, 2024
1 parent 7fbf91e commit df28e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-stop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: k8ify stop
run: |
kubectl delete deployments,statefulsets,secrets,persistentvolumeclaims,ingresses,services,cronjobs -l "k8ify.ref-slug=${K8IFY_DEPLOYMENT}"
kubectl delete claim -l "k8ify.ref-slug=${K8IFY_DEPLOYMENT}" || true
kubectl delete claim -l "k8ify.ref-slug=${CI_COMMIT_REF_SLUG}" || true
name: Stop test
"on":
pull_request:
Expand Down

0 comments on commit df28e75

Please sign in to comment.