Skip to content

Commit

Permalink
create release-1.1-latest.txt with build version (istio#13769)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarjog authored and Joshua Blatt committed May 2, 2019
1 parent bb2e147 commit 68b50da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions release/gcb/rel_daily_complete.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ gsutil -q rm -rf "gs://${CB_GCS_STAGING_BUCKET}/daily-build/${CB_BRANCH}-latest-
# Copy to the stable folder
gsutil -q cp -r "gs://${CB_GCS_STAGING_BUCKET}/daily-build/${CB_VERSION}/*" "gs://${CB_GCS_STAGING_BUCKET}/daily-build/${CB_BRANCH}-latest-daily/"

# This file contains the build version
VERSION_FILE=$(mktemp)
echo -n "${CB_VERSION}" > "${VERSION_FILE}"

gsutil -q cp "${VERSION_FILE}" "gs://${CB_GCS_STAGING_BUCKET}/daily-build/${CB_BRANCH}-latest.txt"

0 comments on commit 68b50da

Please sign in to comment.