mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-13 12:56:38 -05:00
add tags to ext
This commit is contained in:
parent
318a36fe58
commit
02941b66a0
@ -33,6 +33,13 @@ echo "Pushing changes"
|
|||||||
git push --follow-tags
|
git push --follow-tags
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
pushd $GOPATH/src/v2ray.com/ext
|
||||||
|
echo "Adding a new tag: " "v$VER" "to ext"
|
||||||
|
git tag -s -a "v$VER" -m "Version ${VER}"
|
||||||
|
echo "Pushing changes to ext"
|
||||||
|
git push --follow-tags
|
||||||
|
popd
|
||||||
|
|
||||||
echo "Launching build machine."
|
echo "Launching build machine."
|
||||||
DIR="$(dirname "$0")"
|
DIR="$(dirname "$0")"
|
||||||
RAND="$(openssl rand -hex 5)"
|
RAND="$(openssl rand -hex 5)"
|
||||||
|
Loading…
Reference in New Issue
Block a user