mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2025-02-24 05:04:31 +00:00
[no-relnote] set E2E_INSTALL_CTK to true during GH Actions E2E
Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
This commit is contained in:
parent
cb172ba336
commit
9f82e910f6
1
.github/workflows/e2e.yaml
vendored
1
.github/workflows/e2e.yaml
vendored
@ -65,6 +65,7 @@ jobs:
|
|||||||
VERSION: ${COMMIT_SHORT_SHA}
|
VERSION: ${COMMIT_SHORT_SHA}
|
||||||
SSH_KEY: ${{ secrets.AWS_SSH_KEY }}
|
SSH_KEY: ${{ secrets.AWS_SSH_KEY }}
|
||||||
E2E_SSH_USER: ${{ secrets.E2E_SSH_USER }}
|
E2E_SSH_USER: ${{ secrets.E2E_SSH_USER }}
|
||||||
|
E2E_INSTALL_CTK: "true"
|
||||||
run: |
|
run: |
|
||||||
e2e_ssh_key=$(mktemp)
|
e2e_ssh_key=$(mktemp)
|
||||||
echo "$SSH_KEY" > "$e2e_ssh_key"
|
echo "$SSH_KEY" > "$e2e_ssh_key"
|
||||||
|
Loading…
Reference in New Issue
Block a user