Commit b320251a authored by GitLab Bot's avatar GitLab Bot

Add latest changes from gitlab-org/gitlab@12-4-stable-ee

parent 393a5bda
...@@ -145,7 +145,9 @@ schedule:review-deploy: ...@@ -145,7 +145,9 @@ schedule:review-deploy:
needs: ["schedule:review-build-cng"] needs: ["schedule:review-build-cng"]
review-stop: review-stop:
extends: review-deploy extends:
- .review-deploy-base
- .only-review
when: manual when: manual
environment: environment:
action: stop action: stop
...@@ -168,7 +170,6 @@ review-cleanup-failed-deployment: ...@@ -168,7 +170,6 @@ review-cleanup-failed-deployment:
extends: review-stop extends: review-stop
stage: prepare stage: prepare
when: on_success when: on_success
needs: []
allow_failure: false allow_failure: false
script: script:
- delete_failed_release - delete_failed_release
......
Please view this file on the master branch, on stable branches it's out of date. Please view this file on the master branch, on stable branches it's out of date.
## 12.4.2
### Fixed (1 change)
- Fix feature flag check for productivity analytics. !19025
## 12.4.1 ## 12.4.1
### Security (6 changes) ### Security (6 changes)
......
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