Commit 289f65fb by sikang

udpate script

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