Skip to content

Commit

Permalink
Refine debugging traces
Browse files Browse the repository at this point in the history
  • Loading branch information
gberche-orange committed Jan 2, 2024
1 parent e1b7b7a commit 82087d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions addblob.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ addBlobOnChecksumChange src/github.com/kubernetes/kubectl/kubectl kubectl/kubect


if [ "${NEW_BLOBS_WERE_ADDED}" == "true" ] ; then
echo "Current blobs before upload"
bosh blobs
# See https://bosh.io/docs/release-blobs/#saving-blobs
bosh upload-blobs

echo "Current blobs after upload"
bosh blobs

fi

0 comments on commit 82087d4

Please sign in to comment.