Skip to content

Commit 9f82e91

Browse files
[no-relnote] set E2E_INSTALL_CTK to true during GH Actions E2E
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
1 parent cb172ba commit 9f82e91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
VERSION: ${COMMIT_SHORT_SHA}
6666
SSH_KEY: ${{ secrets.AWS_SSH_KEY }}
6767
E2E_SSH_USER: ${{ secrets.E2E_SSH_USER }}
68+
E2E_INSTALL_CTK: "true"
6869
run: |
6970
e2e_ssh_key=$(mktemp)
7071
echo "$SSH_KEY" > "$e2e_ssh_key"

0 commit comments

Comments
 (0)