Merge branch 'vendor-auto-devops-gitlab-ci-fix-503-on-deploy' into 'master'

Vendor Auto-DevOps.gitlab-ci.yml: fix where the deploy job does not wait for Deployment to complete.

Closes #50186 and charts/auto-deploy-app#6

See merge request gitlab-org/gitlab-ce!21713
This commit is contained in:
Kamil Trzciński 2018-09-13 11:10:05 +00:00
commit 38707042fc
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
title: Vendor Auto-DevOps.gitlab-ci.yml to fix bug where the deploy job does not wait
for Deployment to complete
merge_request: 21713
author:
type: fixed

View File

@ -608,6 +608,8 @@ rollout 100%:
--version="$CI_PIPELINE_ID-$CI_JOB_ID" \
"$name" \
chart/
kubectl rollout status -n "$KUBE_NAMESPACE" -w "deployment/$name"
}
function scale() {