File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ function copy-to-staging() {
241
241
242
242
echo " ${hash} " > " ${tar} .sha1"
243
243
gsutil -m -q -h " Cache-Control:private, max-age=0" cp " ${tar} " " ${tar} .sha1" " ${staging_path} "
244
- gsutil -m acl ch -g all:R " ${gs_url} " " ${gs_url} .sha1" > /dev/null 2>&1
244
+ gsutil -m acl ch -g all:R " ${gs_url} " " ${gs_url} .sha1" > /dev/null 2>&1 || true
245
245
echo " +++ ${basename_tar} uploaded (sha1 = ${hash} )"
246
246
}
247
247
@@ -338,7 +338,7 @@ function upload-tars() {
338
338
# Ensure the buckets are created
339
339
if ! gsutil ls " ${staging_bucket} " > /dev/null; then
340
340
echo " Creating ${staging_bucket} "
341
- gsutil mb -l " ${region} " " ${staging_bucket} "
341
+ gsutil mb -l " ${region} " -p " ${PROJECT} " " ${staging_bucket} "
342
342
fi
343
343
344
344
local staging_path=" ${staging_bucket} /${INSTANCE_PREFIX} -devel"
You can’t perform that action at this time.
0 commit comments