diff --git a/.github/workflows/resume-ci-vms.yml b/.github/workflows/resume-ci-vms.yml index 1abded91..74e362ee 100644 --- a/.github/workflows/resume-ci-vms.yml +++ b/.github/workflows/resume-ci-vms.yml @@ -26,9 +26,13 @@ jobs: fi done - - name: checkout app-autoscaler-release + - name: checkout app-autoscaler uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + - name: print files DEBUG + run: | + pushd "/${GITHUB_WORKSPACE}/"; ls; popd + - name: install devbox uses: jetify-com/devbox-install-action@a0d2d53632934ae004f878c840055956d9f741b0 # v0.14.0 with: @@ -49,8 +53,7 @@ jobs: # after suspension and resumption, backend VMs become unreachable by the load balancer and require recreation. - name: recreate router VM run: | - pushd "${GITHUB_WORKSPACE}/app-autoscaler-env-bbl-state/bbl-state" > /dev/null - eval "$(bbl print-env)" - popd > /dev/null - - bosh recreate router -d cf -n + pushd ${GITHUB_WORKSPACE} + eval "$("scripts/bbl-print-env.sh" "${GITHUB_WORKSPACE}/app-autoscaler-env-bbl-state/bbl-state")" + bosh recreate router -d cf -n + popd