File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 7474 name : bosh-release-candidate
7575 path : ./cf-cli-dev-release.tgz
7676
77- - name : Upload bosh blobs to blobstore
78- if : ${{ vars.PRODUCTION == 'true' }}
79- run : |
80- bosh upload-blobs
81-
8277 - name : Push changes
8378 if : ${{ vars.PRODUCTION == 'true' }}
8479 uses : ad-m/github-push-action@9870d48124da805820c70ebc6ba563c715551019
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ add_and_commit_blob() {
3030
3131 echo " ::group::Adding blob for v${_major_version} - ${_downloaded_tarball_basename} "
3232 bosh add-blob " ${_downloaded_tarball} " " ${_downloaded_tarball_basename} "
33+ bosh upload-blobs
3334 diff_and_commit_with_message " Setting CF CLI v${_major_version} to ${_full_version} "
3435 echo " ::endgroup::"
3536}
@@ -60,6 +61,7 @@ update_and_commit_blob() {
6061
6162 echo " ::group::Adding blob for v${_major_version} - ${_downloaded_tarball_basename} "
6263 bosh add-blob " ${_downloaded_tarball} " " ${_downloaded_tarball_basename} "
64+ bosh upload-blobs
6365 diff_and_commit_with_message " Updating CF CLI v${_major_version} from ${_published_version} to ${_new_version} "
6466 echo " ::endgroup::"
6567}
You can’t perform that action at this time.
0 commit comments