Commit d59d59c2 by sikang

update script

parent 8fac3064
...@@ -7,10 +7,10 @@ then ...@@ -7,10 +7,10 @@ then
cd script cd script
./module_push.sh ./module_push.sh
else else
. ../../gradle.properties
git_branch=git_branch
git add . git add .
git commit -m "${message}" git commit -m "${message}"
. pom.properties
git_branch=git_branch
git push origin ${git_branch} git push origin ${git_branch}
fi fi
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