mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-07-25 17:08:32 +00:00
Add latest changes from gitlab-org/gitlab@17-11-stable-ee
This commit is contained in:
@ -3,6 +3,7 @@ stages:
|
||||
- preflight
|
||||
- prepare
|
||||
- build-images
|
||||
- release-environments
|
||||
- fixtures
|
||||
- lint
|
||||
- test-frontend
|
||||
@ -14,7 +15,6 @@ stages:
|
||||
- pre-merge
|
||||
- pages
|
||||
- notify
|
||||
- release-environments
|
||||
- benchmark
|
||||
- ai-gateway
|
||||
|
||||
|
@ -8,6 +8,9 @@ start-release-environments-security-pipeline:
|
||||
# as they cannot be overridden. See this issue for more context:
|
||||
#
|
||||
# https://gitlab.com/gitlab-org/gitlab/-/issues/387183
|
||||
needs:
|
||||
- compile-production-assets
|
||||
- build-qa-image
|
||||
inherit:
|
||||
variables:
|
||||
- RUBY_VERSION_DEFAULT
|
||||
|
Reference in New Issue
Block a user