Skip to content

Commit 8ecb1fb

Browse files
authored
Fix pipeline when USE_LATEST_CAPI=true is used (#3714)
- Remove stemcell field from CAPI release in use-latest-capi.yml ops file - Remove unused jumpbox private key extraction in create-bosh-lite workflow These changes resolve deployment issues when using the latest CAPI release by ensuring the ops file properly removes conflicting release metadata.
1 parent cbdf384 commit 8ecb1fb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/ops-files/use-latest-capi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@
88

99
- type: remove
1010
path: /releases/name=capi/sha1?
11+
12+
- type: remove
13+
path: /releases/name=capi/stemcell?

.github/workflows/create-bosh-lite.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ jobs:
124124
cd $env_name/bbl-state
125125
eval "$(bbl print-env --shell-type posix)"
126126
127-
jq -r .bosh.jumpbox_private_key metadata.json > /tmp/${env_name}.priv
128-
129127
bosh upload-release "https://bosh.io/d/github.com/cloudfoundry/capi-release?v=$capi_release_version"
130128
- name: Deploy cf
131129
run: |

0 commit comments

Comments
 (0)