Explicit checkout (#7474)
This commit is contained in:
parent
7e6e024546
commit
c37a87e490
@ -13,6 +13,7 @@ git config merge.ours.driver true
|
|||||||
git config user.email "$GITHUB_EMAIL"
|
git config user.email "$GITHUB_EMAIL"
|
||||||
git config user.name "GitLab Build Bot"
|
git config user.name "GitLab Build Bot"
|
||||||
git remote set-url origin $GIT_PARITY > /dev/null 2>&1
|
git remote set-url origin $GIT_PARITY > /dev/null 2>&1
|
||||||
|
git checkout $BRANCH
|
||||||
git reset --hard origin/$BRANCH 2>/dev/null
|
git reset --hard origin/$BRANCH 2>/dev/null
|
||||||
git submodule update
|
git submodule update
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
// test script 28
|
// test script 29
|
||||||
|
Loading…
Reference in New Issue
Block a user