Skip to content

Commit

Permalink
Release to GCS: put the final release in its own directory
Browse files Browse the repository at this point in the history
To be cherry-picked for #2692.

PiperOrigin-RevId: 155063394
  • Loading branch information
damienmg authored and hlopko committed May 4, 2017
1 parent f3ae88e commit a314594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ function release_to_gcs() {
return 1
fi
if [ -n "${release_name}" ]; then
local release_path="${release_name}"
local release_path="${release_name}/release"
if [ -n "${rc}" ]; then
release_path="${release_name}/rc${rc}"
fi
Expand Down

0 comments on commit a314594

Please sign in to comment.