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:
authorShinya Maeda <shinya@gitlab.com>2019-04-24 14:37:29 +0300
committerShinya Maeda <shinya@gitlab.com>2019-04-30 17:15:39 +0300
commitdaa8f784d016091fd2a56fd195cbd6da2f199350 (patch)
tree0176ed1b51776ca2224b4309ee180d269c9b0453 /changelogs/unreleased
parenta96e96d5c8829348fed969d00395be93290577d4 (diff)
Fix environment automatic on_stop trigger
Due to the nature of pipelines for merge requests, deployments.ref can be a merge request ref instead of a branch name. We support the environment auto-stop hook for this case
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/fix-environment-on-stop-not-work.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/fix-environment-on-stop-not-work.yml b/changelogs/unreleased/fix-environment-on-stop-not-work.yml
new file mode 100644
index 00000000000..72e58b26c4d
--- /dev/null
+++ b/changelogs/unreleased/fix-environment-on-stop-not-work.yml
@@ -0,0 +1,5 @@
+---
+title: "`on_stop` is not automatically triggered with pipelines for merge requests"
+merge_request: 27618
+author:
+type: fixed