File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -257,6 +257,14 @@ jobs:
257257 path : cf-deployment
258258 ref : ${{steps.claim.outputs.cf_deployment_version}}
259259
260+ - name : Checkout cf-deployment-main
261+ if : ${{ (inputs.lease_id == '') || (inputs.reinstall_cfd == true) }}
262+ uses : actions/checkout@v4
263+ with :
264+ repository : cloudfoundry/cf-deployment
265+ path : cf-deployment-main
266+ ref : main
267+
260268 - name : Deploy Isolation Segment and OIDC Provider
261269 if : ${{ (inputs.lease_id == '') || (inputs.reinstall_cfd == true) }}
262270 run : |
@@ -266,7 +274,7 @@ jobs:
266274
267275 bosh -d cf manifest > /tmp/manifest.yml
268276 bosh interpolate /tmp/manifest.yml \
269- -o cf-deployment/operations/enable-v2-api.yml \
277+ -o cf-deployment-main /operations/enable-v2-api.yml \
270278 -o cf-deployment/operations/use-internal-lookup-for-route-services.yml \
271279 -o cf-deployment/operations/add-persistent-isolation-segment-diego-cell.yml \
272280 -o .github/ops-files/use-latest-capi.yml \
You can’t perform that action at this time.
0 commit comments