Commit 5cf447ff by sikang

update script

parent 7cc76e04
...@@ -2,6 +2,7 @@ cd ../../ ...@@ -2,6 +2,7 @@ cd ../../
source ./gradle.properties source ./gradle.properties
git add . git add .
git commit -m "${app_id} ${version_name}" git commit -m "${app_id} ${version_name}"
git push origin ${git_branch}
tagName=t${corp_id}-${app_id} tagName=t${corp_id}-${app_id}
git tag -a ${tagName} -m ${tagName} git tag -a ${tagName} -m ${tagName}
git push origin ${tagName} git push origin ${tagName}
\ No newline at end of file
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