You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/version_bump_and_new_release.yml
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -20,18 +20,7 @@ jobs:
20
20
run: sudo apt update && DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC sudo apt install jq curl git sed nodejs make wget unzip -y
21
21
22
22
- name: Create the cache
23
-
run: mkdir /tmp/cache /tmp/loki-blobs
24
-
25
-
- name: Create the BOSH private.yml file
26
-
run: |
27
-
cat - > config/private.yml <<EOS
28
-
---
29
-
blobstore:
30
-
options:
31
-
credentials_source: static
32
-
json_key: |
33
-
${{ secrets.GCP_BLOBSTORE_JSON_KEY }}
34
-
EOS
23
+
run: mkdir /tmp/cache
35
24
36
25
- name: Download Bosh CLI
37
26
run: cd /tmp/cache && curl -sL https://github.com/cloudfoundry/bosh-cli/releases/download/v${BOSH_VERSION}/bosh-cli-${{ env.BOSH_VERSION }}-linux-amd64 > bosh && chmod 777 bosh
0 commit comments