attempt to fix master fetching for automatic travis merge
This commit is contained in:
parent
34218afdae
commit
7f06bb79c0
@ -8,7 +8,7 @@ if [ "$TRAVIS_BRANCH" != "development" ]; then
|
||||
exit 0;
|
||||
fi
|
||||
|
||||
git update-ref HEAD master
|
||||
git fetch origin master:master
|
||||
git checkout master
|
||||
git merge "$TRAVIS_COMMIT"
|
||||
git push "https://${GH_TOKEN}@github.com/babel/babel"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user