mirror of https://github.com/axmolengine/axmol.git
add ci skip to travis
This commit is contained in:
parent
45ad2665ae
commit
ff26903ddf
|
@ -20,7 +20,7 @@ TOLUA_ROOT="$PROJECT_ROOT/tools/tolua"
|
|||
TOJS_ROOT="$PROJECT_ROOT/tools/tojs"
|
||||
LUA_AUTO_GENERATED_DIR="$PROJECT_ROOT/cocos/scripting/lua-bindings/auto"
|
||||
JS_AUTO_GENERATED_DIR="$PROJECT_ROOT/cocos/scripting/js-bindings/auto"
|
||||
COMMITTAG="[AUTO]: updating luabinding & jsbinding automatically"
|
||||
COMMITTAG="[ci skip][AUTO]: updating luabinding & jsbinding automatically"
|
||||
ELAPSEDSECS=`date +%s`
|
||||
COCOS_BRANCH="update_lua_bindings_$ELAPSEDSECS"
|
||||
COCOS_ROBOT_REMOTE="https://${GH_USER}:${GH_PASSWORD}@github.com/${GH_USER}/cocos2d-x.git"
|
||||
|
|
Loading…
Reference in New Issue