Skip to content

Commit

Permalink
addblob.sh: Configuring S3 blobstore systematically: S3 credential ar…
Browse files Browse the repository at this point in the history
…e required during the bosh create-release to download the blobs
  • Loading branch information
gberche-orange committed Jan 3, 2024
1 parent 67ce25b commit c30a6a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addblob.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,13 @@ EOS
fi
}

echo "Configuring S3 blobstore systematically: S3 credential are required during the bosh create-release to download the blobs"
configureS3BlobStore

if [ "${NEW_BLOBS_WERE_ADDED}" == "true" ] ; then
echo "Current blobs before upload"
bosh blobs

configureS3BlobStore
# See https://bosh.io/docs/release-blobs/#saving-blobs
bosh upload-blobs

Expand Down

0 comments on commit c30a6a3

Please sign in to comment.