We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff883df commit 30fdabeCopy full SHA for 30fdabe
.buildkite/run-tests
@@ -21,7 +21,7 @@ run_qaf() {
21
-e VAULT_TOKEN \
22
-e BUILDKITE \
23
-v "$(pwd)/cloud.json:/root/.elastic/cloud.json" \
24
- docker.elastic.co/appex-qa/qaf:latest \
+ docker.elastic.co/appex-qa/qaf:24.1.1\
25
bash -c "$cmd"
26
}
27
.buildkite/teardown-tests
@@ -20,7 +20,7 @@ run_qaf() {
20
+ docker.elastic.co/appex-qa/qaf:24.1.1 \
0 commit comments