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 dc52533 commit 0d3ab6cCopy full SHA for 0d3ab6c
.buildkite/run-tests
@@ -28,13 +28,13 @@ run_qaf() {
28
29
# ensure serverless instance is deleted even if script errors
30
cleanup() {
31
- echo -e "--- :elasticsearch: Tear down serverless instance EC_PROJECT_NAME"
+ echo -e "--- :elasticsearch: Tear down serverless instance $EC_PROJECT_NAME"
32
run_qaf 'qaf elastic-cloud projects delete'
33
rm -rf "$(pwd)/cloud.json"
34
}
35
trap cleanup EXIT
36
37
-echo -e "--- :elasticsearch: Start serverless instance"
+echo -e "--- :elasticsearch: Start serverless instance $EC_PROJECT_NAME"
38
39
run_qaf "qaf elastic-cloud projects create --project-type elasticsearch"
40
deployment=$(run_qaf "qaf elastic-cloud projects describe --as-json --show-credentials")
0 commit comments