Skip to content

Commit 82ccae2

Browse files
[no-relnote] fix step holodeck_public_dns_name variable name E2E
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
1 parent 1d0777e commit 82ccae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ jobs:
6565
VERSION: ${COMMIT_SHORT_SHA}
6666
SSH_KEY: ${{ secrets.AWS_SSH_KEY }}
6767
E2E_SSH_USER: ${{ secrets.E2E_SSH_USER }}
68+
E2E_SSH_HOST: ${{ steps.holodeck_public_dns_name.outputs.result }}
6869
E2E_INSTALL_CTK: "true"
6970
run: |
7071
e2e_ssh_key=$(mktemp)
7172
echo "$SSH_KEY" > "$e2e_ssh_key"
7273
chmod 600 "$e2e_ssh_key"
7374
export E2E_SSH_KEY="$e2e_ssh_key"
74-
export E2E_SSH_HOST="${{ steps.get_public_dns_name.outputs.result }}"
7575
7676
make -f tests/e2e/Makefile test
7777

0 commit comments

Comments
 (0)