Loading capif/templates/cd-deploy-ocf.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -241,8 +241,9 @@ delete_ocf_staging: script: - export NAMESPACE_DEV_TO_STAGING=$(cat cd_env_endpoint.txt) - echo "### deleting environment $NAMESPACE_DEV_TO_STAGING###" #- helm uninstall -n $NAMESPACE_DEV_TO_STAGING-mr ocf-pre-staging - helm uninstall -n $NAMESPACE_DEV_TO_STAGING-mr ocf-pre-staging - kubectl delete ns $NAMESPACE_DEV_TO_STAGING-mr when: manual environment: name: review/dev_to_staging action: stop Loading Loading
capif/templates/cd-deploy-ocf.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -241,8 +241,9 @@ delete_ocf_staging: script: - export NAMESPACE_DEV_TO_STAGING=$(cat cd_env_endpoint.txt) - echo "### deleting environment $NAMESPACE_DEV_TO_STAGING###" #- helm uninstall -n $NAMESPACE_DEV_TO_STAGING-mr ocf-pre-staging - helm uninstall -n $NAMESPACE_DEV_TO_STAGING-mr ocf-pre-staging - kubectl delete ns $NAMESPACE_DEV_TO_STAGING-mr when: manual environment: name: review/dev_to_staging action: stop Loading