Update generate-jsbindings.sh [ci skip], push to an unique branch.

This commit is contained in:
James Chen 2013-06-04 15:15:50 +09:00
parent c21812b270
commit 43791a5e2a
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ git add --verbose -u .
git commit --verbose -m "$COMMITTAG : autogenerated bindings"
# 4. In JSBindings repo, Push the commit with generated bindings to "master" of the auto generated bindings repository
git push -fq upstream "$GENERATED_BRANCH":${TRAVIS_BRANCH} 2> /dev/null
git push -fq upstream "$GENERATED_BRANCH":${TRAVIS_BRANCH}_${ELAPSEDSECS} 2> /dev/null
popd