1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-23 16:05:24 +00:00

allow release script to access cloud storage

This commit is contained in:
Darien Raymond 2017-11-09 23:10:09 +01:00
parent 6f51496879
commit c4bf58dc50
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -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" \