-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[no-relnote] fix step holodeck_public_dns_name variable name E2E #905
Conversation
.github/workflows/e2e.yaml
Outdated
@@ -71,7 +71,7 @@ jobs: | |||
echo "$SSH_KEY" > "$e2e_ssh_key" | |||
chmod 600 "$e2e_ssh_key" | |||
export E2E_SSH_KEY="$e2e_ssh_key" | |||
export E2E_SSH_HOST="${{ steps.get_public_dns_name.outputs.result }}" | |||
export E2E_SSH_HOST="${{ steps.holodeck_public_dns_name.outputs.result }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Question: Could we set this in the env
section instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
4dfa766
to
82ccae2
Compare
/ok-to-test |
In order for E2E to run during PR's we might need to change |
Does pr-bot not trigger a push? |
we need to remove this bit |
Signed-off-by: Evan Lezar <[email protected]>
No description provided.