From c5cde88fc2d8536a393fca4204b953f3831f8f53 Mon Sep 17 00:00:00 2001 From: Sylvain Wallez Date: Thu, 18 Feb 2021 15:29:19 +0100 Subject: [PATCH] [ci] Create 7.12 branch --- Makefile.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.toml b/Makefile.toml index 8702554c..30792915 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -3,7 +3,7 @@ default_to_workspace = false [env] # Determines the version of Elasticsearch docker container used -STACK_VERSION = { value = "7.x-SNAPSHOT", condition = { env_not_set = ["STACK_VERSION"] }} +STACK_VERSION = { value = "7.12-SNAPSHOT", condition = { env_not_set = ["STACK_VERSION"] }} # Determines the distribution of docker container used. Either platinum or free TEST_SUITE = { value = "free", condition = { env_not_set = ["TEST_SUITE"] }} # Set publish flags to dry-run by default, to force user to explicitly define for publishing