Skip to content

Commit 15e690e

Browse files
committed
Pass vault token from worker
1 parent d1dcc20 commit 15e690e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/run-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ run_qaf() {
1818
-e EC_ENV \
1919
-e EC_REGION \
2020
-e EC_PROJECT_NAME \
21-
-e VAULT_TOKEN \
21+
-e "VAULT_TOKEN=$(cat ~/.vault-token)" \
2222
-e BUILDKITE \
2323
-v "$(pwd)/cloud.json:/root/.elastic/cloud.json" \
2424
docker.elastic.co/employees/dolaru/qaf:latest \

0 commit comments

Comments
 (0)