Commit 95de7d50 authored by Kamil Trzciński's avatar Kamil Trzciński

Merge branch 'fix-autodevops-monitoring' into 'master'

Support new auto-deploy helm chart

Closes #38028

See merge request gitlab-org/gitlab-ce!14386
parents a09d032b 130904ee
...@@ -271,10 +271,6 @@ production: ...@@ -271,10 +271,6 @@ production:
--version="$CI_PIPELINE_ID-$CI_JOB_ID" \ --version="$CI_PIPELINE_ID-$CI_JOB_ID" \
"$name" \ "$name" \
chart/ chart/
if [[ "$track" == "stable" ]]; then
kubectl rollout status -n "$KUBE_NAMESPACE" -w "deployment/${CI_ENVIRONMENT_SLUG}-auto-deploy"
fi
} }
function install_dependencies() { function install_dependencies() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment