Skip to content

Commit 5d7ab66

Browse files
committed
Update env var setting in Make.toml
1 parent ca34eea commit 5d7ab66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ STACK_VERSION = { value = "7.x-SNAPSHOT", condition = { env_not_set = ["STACK_VE
77
# Determines the distribution of docker container used. Either platinum or free
88
TEST_SUITE = { value = "free", condition = { env_not_set = ["TEST_SUITE"] }}
99
# Set publish flags to dry-run by default, to force user to explicitly define for publishing
10-
CARGO_MAKE_CARGO_PUBLISH_FLAGS = "--dry-run"
10+
CARGO_MAKE_CARGO_PUBLISH_FLAGS = { value = "--dry-run", condition = { env_not_set = ["CARGO_MAKE_CARGO_PUBLISH_FLAGS"] }}
1111
# RUST_BACKTRACE is set to "full" in cargo make's builtin makefiles/stable.toml
1212
RUST_BACKTRACE = { value = "0", condition = { env_not_set = ["RUST_BACKTRACE"]}}
1313

0 commit comments

Comments
 (0)