Skip to content

Commit

Permalink
Cherrypick changes from master to release 1.1 for repease process (is…
Browse files Browse the repository at this point in the history
  • Loading branch information
utka authored and Joshua Blatt committed May 1, 2019
1 parent 9b6d31b commit bb2e147
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion release/gcb/run_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ cd /workspace/go/src/istio.io/istio || exit 2
cd /workspace || exit 3
/workspace/store_artifacts.sh
/workspace/rel_push_docker_build_version.sh
/workspace/helm_charts.sh
/workspace/helm_values.sh
/workspace/helm_charts.sh
2 changes: 2 additions & 0 deletions release/gcb/run_daily_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

set -x

gsutil -q rm -rf "gs://$CB_GCS_FULL_STAGING_PATH" || echo "Staging path does not exist."

#copy files over to final destination
gsutil -m cp -r "gs://$CB_GCS_BUILD_PATH" "gs://$CB_GCS_FULL_STAGING_PATH"

Expand Down
2 changes: 2 additions & 0 deletions release/gcb/run_monthly_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

set -x

gsutil -q rm -rf "gs://$CB_GCS_FULL_STAGING_PATH" || echo "Staging path does not exist."

#copy files over to final destination
gsutil -m cp -r "gs://$CB_GCS_BUILD_PATH" "gs://$CB_GCS_FULL_STAGING_PATH"

Expand Down

0 comments on commit bb2e147

Please sign in to comment.