Merge pull request #13012 from pandamicro/v3.7.1

[ci skip]Gen bindings and cocos2dx_files for v3.7.1
This commit is contained in:
pandamicro 2015-07-25 13:32:43 +08:00
commit a5bbe58b87
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ ELAPSEDSECS=`date +%s`
COCOS_BRANCH="update_lua_bindings_$ELAPSEDSECS"
COCOS_ROBOT_REMOTE="https://${GH_USER}:${GH_PASSWORD}@github.com/${GH_USER}/cocos2d-x.git"
PULL_REQUEST_REPO="https://api.github.com/repos/cocos2d/cocos2d-x/pulls"
FETCH_REMOTE_BRANCH="v3.7-release"
FETCH_REMOTE_BRANCH="v3.7.1"
LUA_COMMIT_PATH="cocos/scripting/lua-bindings/auto"
JS_COMMIT_PATH="cocos/scripting/js-bindings/auto"

View File

@ -6,7 +6,7 @@ PROJECT_ROOT="$DIR"/../..
COMMITTAG="[AUTO][ci skip]: updating cocos2dx_files.json"
PUSH_REPO="https://api.github.com/repos/cocos2d/cocos2d-x/pulls"
OUTPUT_FILE_PATH="${PROJECT_ROOT}/templates/cocos2dx_files.json"
FETCH_REMOTE_BRANCH="v3.7-release"
FETCH_REMOTE_BRANCH="v3.7.1"
COMMIT_PATH="templates/cocos2dx_files.json"
# Exit on error