mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-14 16:25:57 -05:00
allow release script to access cloud storage
This commit is contained in:
parent
6f51496879
commit
c4bf58dc50
@ -41,4 +41,6 @@ gcloud compute instances create "v2raycore-${RAND}" \
|
||||
--metadata=release_tag=v${VER},prerelease=${PRE} \
|
||||
--metadata-from-file=startup-script=${DIR}/release-ci.sh \
|
||||
--zone=us-central1-c \
|
||||
--project ${PROJECT}
|
||||
--project ${PROJECT} \
|
||||
--scopes "https://www.googleapis.com/auth/compute,https://www.googleapis.com/auth/devstorage.read_write" \
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user