Commit 1664e541 by sikang

update script

parent 5b942cb6
...@@ -62,8 +62,13 @@ then ...@@ -62,8 +62,13 @@ then
elif (($commod == '4')) elif (($commod == '4'))
then then
chmod a+x module_push.sh # chmod a+x module_push.sh
./module_push.sh # ./module_push.sh
cd ../../
source ./gradle.properties
git add .
git commit -m "${app_id} ${version_name}"
git push origin ${git_branch}
elif (($commod == '5')) elif (($commod == '5'))
then then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment