Skip to content
Snippets Groups Projects
Commit 5a43b3f8 authored by Matteo Di Carlo's avatar Matteo Di Carlo
Browse files

ST-1304 remove delete all

parent 750f220c
No related branches found
No related tags found
No related merge requests found
...@@ -704,7 +704,6 @@ k8s-test-alpine: ...@@ -704,7 +704,6 @@ k8s-test-alpine:
after_script: after_script:
- echo $CI_JOB_NAME - $CI_JOB_STAGE - echo $CI_JOB_NAME - $CI_JOB_STAGE
- make k8s-uninstall-chart - make k8s-uninstall-chart
- kubectl -n $KUBE_NAMESPACE delete pods,svc,daemonsets,deployments,replicasets,statefulsets,cronjobs,jobs,ingresses,configmaps --all
- make k8s-delete-namespace - make k8s-delete-namespace
artifacts: artifacts:
name: "$CI_PROJECT_NAME-$CI_JOB_ID" name: "$CI_PROJECT_NAME-$CI_JOB_ID"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment