From 1926133b11bae5827b0ff60ad5a6d11695286002 Mon Sep 17 00:00:00 2001 From: miampf Date: Tue, 18 Feb 2025 11:22:39 +0100 Subject: [PATCH] No custom working directory --- .github/actions/e2e_emergency_ssh/action.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/actions/e2e_emergency_ssh/action.yml b/.github/actions/e2e_emergency_ssh/action.yml index 7e52f36e7..f0e5f9650 100644 --- a/.github/actions/e2e_emergency_ssh/action.yml +++ b/.github/actions/e2e_emergency_ssh/action.yml @@ -14,16 +14,13 @@ runs: steps: - name: Test emergency ssh shell: bash - working-directory: e2e/emergency-ssh env: KUBECONFIG: ${{ inputs.kubeconfig }} run: | # Activate emergency ssh access to the cluster - pushd "${{ inputs.workspace }}/constellation-terraform" echo "emergency_ssh = true" >> terraform.tfvars terraform apply -auto-approve lb="$(terraform output -raw loadbalancer_address)" - popd # write ssh config cat > ssh_config <