Skip to content

Commit 3879575

Browse files
authored
Use enable v2 api ops file from cf-deployment main branch (#3384)
1 parent 69184cf commit 3879575

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/tests-integration.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)