File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,7 @@ jobs:
181
181
check-latest : true
182
182
183
183
- name : Install Tools
184
+ if : ${{ (inputs.lease_id == '') || (inputs.reinstall_cfd == true) }}
184
185
run : |
185
186
go version
186
187
@@ -200,7 +201,7 @@ jobs:
200
201
apt-get install -y build-essential unzip
201
202
202
203
- name : Upload latest CAPI release
203
- if : ${{ inputs.lease_id == '' || inputs.reinstall_cfd == ' true' }}
204
+ if : ${{ ( inputs.lease_id == '') || ( inputs.reinstall_cfd == true) }}
204
205
env :
205
206
capi_release_version : ${{ vars.CAPI_RELEASE_VERSION }}
206
207
run : |
@@ -217,15 +218,15 @@ jobs:
217
218
bosh upload-release "https://bosh.io/d/github.com/cloudfoundry/capi-release?v=$capi_release_version"
218
219
219
220
- name : Checkout cf-deployment
220
- if : ${{ inputs.lease_id == '' || inputs.reinstall_cfd == ' true' }}
221
+ if : ${{ ( inputs.lease_id == '') || ( inputs.reinstall_cfd == true) }}
221
222
uses : actions/checkout@v4
222
223
with :
223
224
repository : cloudfoundry/cf-deployment
224
225
path : cf-deployment
225
226
ref : ${{steps.claim.outputs.cf_deployment_version}}
226
227
227
228
- name : Deploy Isolation Segment and OIDC Provider
228
- if : ${{ inputs.lease_id == '' || inputs.reinstall_cfd == ' true' }}
229
+ if : ${{ ( inputs.lease_id == '') || ( inputs.reinstall_cfd == true) }}
229
230
run : |
230
231
env_name=$(jq -r .name metadata.json)
231
232
jq -r .bosh.jumpbox_private_key metadata.json > /tmp/${env_name}.priv
You can’t perform that action at this time.
0 commit comments