mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-01 14:17:59 -05:00
update release ci
This commit is contained in:
parent
425ac88133
commit
03386f958d
@ -32,10 +32,10 @@ chmod +x bazel-${BAZEL_VER}-installer-linux-x86_64.sh
|
||||
./bazel-${BAZEL_VER}-installer-linux-x86_64.sh
|
||||
popd
|
||||
|
||||
gsutil cp ${SIGN_KEY_PATH} /v2ray/build/sign_key.asc
|
||||
echo ${SIGN_KEY_PASS} | gpg --passphrase-fd 0 --batch --import /v2ray/build/sign_key.asc
|
||||
gsutil cp ${SIGN_KEY_PATH} /v2/build/sign_key.asc
|
||||
echo ${SIGN_KEY_PASS} | gpg --passphrase-fd 0 --batch --import /v2/build/sign_key.asc
|
||||
|
||||
curl -L -o /v2ray/build/releases https://api.github.com/repos/v2ray/v2ray-core/releases
|
||||
curl -L -o /v2/build/releases https://api.github.com/repos/v2ray/v2ray-core/releases
|
||||
|
||||
GO_INSTALL=golang.tar.gz
|
||||
curl -L -o ${GO_INSTALL} https://storage.googleapis.com/golang/go1.11.1.linux-amd64.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user