Skip to content

Commit

Permalink
Revert "Try older qaf image"
Browse files Browse the repository at this point in the history
This reverts commit 30fdabe.
  • Loading branch information
pquentin committed May 7, 2024
1 parent 30fdabe commit 6d5bc02
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/appex-qa/qaf:24.1.1\
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/appex-qa/qaf:24.1.1 \
docker.elastic.co/appex-qa/qaf:latest \
bash -c "$cmd"
}

Expand Down

0 comments on commit 6d5bc02

Please sign in to comment.