Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2018-09-13 03:04:25 +0300
committerThong Kuah <tkuah@gitlab.com>2018-09-13 04:49:59 +0300
commit2509ccd7a90ed7e259935e9cc666021d87cd56e0 (patch)
tree8469ffac9101098ff7396f71c9ce4eb04526033e /changelogs
parentf87809f78de9da04f38134ba5ce0cf9ddebf2f63 (diff)
Auto devops should wait for Deployment to complete
Vendors in Auto-DevOps.gitlab-ci.yml from https://gitlab.com/gitlab-org/gitlab-ci-yml/merge_requests/195 Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/50186
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/vendor-auto-devops-gitlab-ci-fix-503-on-deploy.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/unreleased/vendor-auto-devops-gitlab-ci-fix-503-on-deploy.yml b/changelogs/unreleased/vendor-auto-devops-gitlab-ci-fix-503-on-deploy.yml
new file mode 100644
index 00000000000..11ebf567e9d
--- /dev/null
+++ b/changelogs/unreleased/vendor-auto-devops-gitlab-ci-fix-503-on-deploy.yml
@@ -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