wrap TRAVIS_COMMIT variable in curlies for consistency
This commit is contained in:
parent
6ab57fd367
commit
7da1d9fadd
@ -6,5 +6,5 @@ if [ "$TRAVIS_BRANCH" != "development" ]; then
|
||||
fi
|
||||
|
||||
git checkout master
|
||||
git merge "$TRAVIS_COMMIT"
|
||||
git merge "${TRAVIS_COMMIT}"
|
||||
git push "https://${GH_TOKEN}@github.com/babel/babel"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user