Skip to content
Snippets Groups Projects
Commit b8138a58 authored by Michael Jonasson's avatar Michael Jonasson
Browse files

replaced variables

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