From cc797c18cc5ecc402249ea6a776504edc49b5b6a Mon Sep 17 00:00:00 2001 From: "M. Oleske" Date: Tue, 31 Oct 2023 10:52:51 -0700 Subject: [PATCH] Update path for add-persistent-isolation-segment-diego-cell.yml - https://github.com/cloudfoundry/cf-deployment/pull/1109 changed the path of the file to no longer include test --- .github/workflows/tests-integration-reusable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests-integration-reusable.yml b/.github/workflows/tests-integration-reusable.yml index e4319a9b24d..2fe5d124f94 100644 --- a/.github/workflows/tests-integration-reusable.yml +++ b/.github/workflows/tests-integration-reusable.yml @@ -156,7 +156,7 @@ jobs: # deploy bosh -d cf manifest > /tmp/manifest.yml bosh interpolate /tmp/manifest.yml \ - -o cf-deployment/operations/test/add-persistent-isolation-segment-diego-cell.yml \ + -o cf-deployment/operations/add-persistent-isolation-segment-diego-cell.yml \ -o cli-ci/ci/infrastructure/operations/add-oidc-provider.yml \ -o cli-ci/ci/infrastructure/operations/add-uaa-client-credentials.yml \ -o cli-ci/ci/infrastructure/operations/use-latest-capi.yml \ @@ -181,7 +181,7 @@ jobs: # Copy Ops files mkdir ops-files - cp cf-deployment/operations/test/add-persistent-isolation-segment-diego-cell.yml ops-files/ + cp cf-deployment/operations/add-persistent-isolation-segment-diego-cell.yml ops-files/ cp cli-ci/ci/infrastructure/operations/add-oidc-provider.yml ops-files/ cp cli-ci/ci/infrastructure/operations/add-uaa-client-credentials.yml ops-files/ cp cli-ci/ci/infrastructure/operations/diego-cell-instances.yml ops-files/