Commit 3d71abfb by sikang

update script

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