add update-ref master to merge-development-with-master script
This commit is contained in:
parent
95128f98bc
commit
5e3ea5b6e7
@ -5,6 +5,7 @@ if [ "$TRAVIS_BRANCH" != "development" ]; then
|
|||||||
exit 0;
|
exit 0;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
git update-ref HEAD master
|
||||||
git checkout master
|
git checkout master
|
||||||
git merge "${TRAVIS_COMMIT}"
|
git merge "${TRAVIS_COMMIT}"
|
||||||
git push "https://${GH_TOKEN}@github.com/babel/babel"
|
git push "https://${GH_TOKEN}@github.com/babel/babel"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user