Commit 2c0b7c44 by sikang

update script

parent c470c6bd
...@@ -4,5 +4,6 @@ git add . ...@@ -4,5 +4,6 @@ git add .
git commit -m "${app_id} ${version_name}" git commit -m "${app_id} ${version_name}"
git push origin ${git_branch} git push origin ${git_branch}
tagName=t${corp_id}-${app_id} tagName=t${corp_id}-${app_id}
git push origin --delete tag ${tagName}
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