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:
needs: ["schedule:review-build-cng"]
review-stop:
extends: review-deploy
extends:
- .review-deploy-base
- .only-review
when: manual
environment:
action: stop
......@@ -168,7 +170,6 @@ review-cleanup-failed-deployment:
extends: review-stop
stage: prepare
when: on_success
needs: []
allow_failure: false
script:
- delete_failed_release
......
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
### 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