Skip to content
Snippets Groups Projects
Commit bda4287c authored by Anders Fröberg's avatar Anders Fröberg
Browse files

Update .gitlab-ci.yml

parent 7c07d7b7
Branches
No related tags found
No related merge requests found
Pipeline #16662 passed with warnings
......@@ -62,11 +62,11 @@ checkit:
image: boxboat/kubectl
before_script: []
script:
- kubectl delete deploy ${CI_ENVIRONMENT_SLUG}-sapis
- kubectl delete svc ${CI_ENVIRONMENT_SLUG}-sapis
- kubectl delete deploy rune-sapis
- kubectl delete svc rune-sapis
- ls
# Only exists on production environment, so failed deletion is not an error
- kubectl delete ingress ${CI_ENVIRONMENT_SLUG}-sapis || true
- kubectl delete ingress rune-sapis || true
variables:
GIT_STRATEGY: none
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment