Skip to content

Commit

Permalink
[ci] Create 7.12 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
swallez committed Feb 18, 2021
1 parent e6df8ce commit c5cde88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5cde88

Please sign in to comment.