summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-03 21:16:53 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-03 21:16:53 +0000
commitd0338479aa58e89b33a367daad2a3e47c3dc9823 (patch)
tree4122b69df47bd31c95da0a2ccd07ff2b285e778c
parentfc4f4a0aa5cfa32f02a770a9e3fbbfef654d1196 (diff)
downloadgitlab-ce-d0338479aa58e89b33a367daad2a3e47c3dc9823.tar.gz
Add latest changes from gitlab-org/gitlab@15-11-stable-ee
-rw-r--r--.gitlab/ci/package-and-test/main.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab/ci/package-and-test/main.gitlab-ci.yml b/.gitlab/ci/package-and-test/main.gitlab-ci.yml
index 5adf6d25eb1..ecb388b6640 100644
--- a/.gitlab/ci/package-and-test/main.gitlab-ci.yml
+++ b/.gitlab/ci/package-and-test/main.gitlab-ci.yml
@@ -126,6 +126,7 @@ trigger-omnibus-env:
echo "OMNIBUS_GITLAB_BUILD_ON_ALL_OS=${OMNIBUS_GITLAB_BUILD_ON_ALL_OS:-false}" >> $BUILD_ENV
echo "GITLAB_ASSETS_TAG=$(assets_image_tag)" >> $BUILD_ENV
echo "EE=$([[ $FOSS_ONLY == '1' ]] && echo 'false' || echo 'true')" >> $BUILD_ENV
+ echo "TRIGGER_BRANCH=$([[ "$CI_COMMIT_REF_NAME" =~ ^[0-9-]+-stable(-ee)?$ ]] && echo ${CI_COMMIT_REF_NAME%-ee} || echo 'master')" >> $BUILD_ENV
echo "Built environment file for omnibus build:"
cat $BUILD_ENV
artifacts:
@@ -169,6 +170,7 @@ trigger-omnibus:
ee: $EE
trigger:
project: gitlab-org/build/omnibus-gitlab-mirror
+ branch: $TRIGGER_BRANCH
strategy: depend
trigger-omnibus-ce: