File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 74
74
name : bosh-release-candidate
75
75
path : ./cf-cli-dev-release.tgz
76
76
77
- - name : Upload bosh blobs to blobstore
78
- if : ${{ vars.PRODUCTION == 'true' }}
79
- run : |
80
- bosh upload-blobs
81
-
82
77
- name : Push changes
83
78
if : ${{ vars.PRODUCTION == 'true' }}
84
79
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() {
30
30
31
31
echo " ::group::Adding blob for v${_major_version} - ${_downloaded_tarball_basename} "
32
32
bosh add-blob " ${_downloaded_tarball} " " ${_downloaded_tarball_basename} "
33
+ bosh upload-blobs
33
34
diff_and_commit_with_message " Setting CF CLI v${_major_version} to ${_full_version} "
34
35
echo " ::endgroup::"
35
36
}
@@ -60,6 +61,7 @@ update_and_commit_blob() {
60
61
61
62
echo " ::group::Adding blob for v${_major_version} - ${_downloaded_tarball_basename} "
62
63
bosh add-blob " ${_downloaded_tarball} " " ${_downloaded_tarball_basename} "
64
+ bosh upload-blobs
63
65
diff_and_commit_with_message " Updating CF CLI v${_major_version} from ${_published_version} to ${_new_version} "
64
66
echo " ::endgroup::"
65
67
}
You can’t perform that action at this time.
0 commit comments