Commit 38d8f05b authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'use-fetch-head-for-upgrade-migration' into 'master'

Checking out to FETCH_HEAD for migration-paths-upgrade-ce-to-ee

See merge request gitlab-org/gitlab-ee!7856
parents 8fb8052b 6bb9fda7
......@@ -338,8 +338,8 @@ stages:
variables:
SETUP_DB: "false"
script:
- CE_HEAD=$(ruby -r./scripts/ee_specific_check/ee_specific_check -e'puts EESpecificCheck.fetch_remote_ce_branch')
- git checkout -f $CE_HEAD
- ruby -r./scripts/ee_specific_check/ee_specific_check -e'EESpecificCheck.fetch_remote_ce_branch'
- git checkout -f FETCH_HEAD
- . scripts/utils.sh
- . scripts/prepare_build.sh
- date
......@@ -468,7 +468,7 @@ retrieve-tests-metadata:
retry: 0
only:
- branches
- //@gitlab-org/gitlab-ee
- branches@gitlab-org/gitlab-ee
except:
- master
- /[\d-]+-stable(-ee)?/
......
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