mirror of https://github.com/axmolengine/axmol.git
Update generate-jsbindings.sh [ci skip], push to an unique branch.
This commit is contained in:
parent
c21812b270
commit
43791a5e2a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue