Skip to content

Commit

Permalink
Update env var setting in Make.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
swallez committed Sep 7, 2021
1 parent ca34eea commit 5d7ab66
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 @@ -7,7 +7,7 @@ STACK_VERSION = { value = "7.x-SNAPSHOT", condition = { env_not_set = ["STACK_VE
# 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
CARGO_MAKE_CARGO_PUBLISH_FLAGS = "--dry-run"
CARGO_MAKE_CARGO_PUBLISH_FLAGS = { value = "--dry-run", condition = { env_not_set = ["CARGO_MAKE_CARGO_PUBLISH_FLAGS"] }}
# RUST_BACKTRACE is set to "full" in cargo make's builtin makefiles/stable.toml
RUST_BACKTRACE = { value = "0", condition = { env_not_set = ["RUST_BACKTRACE"]}}

Expand Down

0 comments on commit 5d7ab66

Please sign in to comment.