Explicit checkout (#7474)

This commit is contained in:
Jaco Greeff 2018-01-05 17:00:28 +01:00 committed by GitHub
parent 7e6e024546
commit c37a87e490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ git config merge.ours.driver true
git config user.email "$GITHUB_EMAIL"
git config user.name "GitLab Build Bot"
git remote set-url origin $GIT_PARITY > /dev/null 2>&1
git checkout $BRANCH
git reset --hard origin/$BRANCH 2>/dev/null
git submodule update

View File

@ -1 +1 @@
// test script 28
// test script 29