Skip to content

Commit

Permalink
Fix qaf image namespace (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored Apr 25, 2024
1 parent 237b602 commit a8be5ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ run_qaf() {
-e VAULT_TOKEN \
-e BUILDKITE \
-v "$(pwd)/cloud.json:/root/.elastic/cloud.json" \
docker.elastic.co/employees/dolaru/qaf:latest \
docker.elastic.co/appex-qa/qaf:latest \
bash -c "$cmd"
}

Expand Down
2 changes: 1 addition & 1 deletion .buildkite/teardown-tests
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ run_qaf() {
-e VAULT_TOKEN \
-e BUILDKITE \
-v "$(pwd)/cloud.json:/root/.elastic/cloud.json" \
docker.elastic.co/employees/dolaru/qaf:latest \
docker.elastic.co/appex-qa/qaf:latest \
bash -c "$cmd"
}

Expand Down

0 comments on commit a8be5ef

Please sign in to comment.