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 e6df8ce commit c5cde88Copy full SHA for c5cde88
Makefile.toml
@@ -3,7 +3,7 @@ default_to_workspace = false
3
4
[env]
5
# Determines the version of Elasticsearch docker container used
6
-STACK_VERSION = { value = "7.x-SNAPSHOT", condition = { env_not_set = ["STACK_VERSION"] }}
+STACK_VERSION = { value = "7.12-SNAPSHOT", condition = { env_not_set = ["STACK_VERSION"] }}
7
# Determines the distribution of docker container used. Either platinum or free
8
TEST_SUITE = { value = "free", condition = { env_not_set = ["TEST_SUITE"] }}
9
# Set publish flags to dry-run by default, to force user to explicitly define for publishing
0 commit comments