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 cf30c83 commit 02fed7eCopy full SHA for 02fed7e
Makefile.toml
@@ -84,8 +84,7 @@ dependencies = ["install-cargo2junit"]
84
[tasks.run-elasticsearch]
85
category = "Elasticsearch"
86
condition = { env_set = [ "STACK_VERSION", "TEST_SUITE" ], env_false = ["CARGO_MAKE_CI"] }
87
-script_runner = "bash"
88
-script = { file = "./.ci/run-elasticsearch.sh" }
+command = "./.ci/run-elasticsearch.sh"
89
dependencies = ["set-oss-env", "set-xpack-env"]
90
91
[tasks.run-elasticsearch.windows]
0 commit comments