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 ca34eea commit 5d7ab66Copy full SHA for 5d7ab66
Makefile.toml
@@ -7,7 +7,7 @@ STACK_VERSION = { value = "7.x-SNAPSHOT", condition = { env_not_set = ["STACK_VE
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
10
-CARGO_MAKE_CARGO_PUBLISH_FLAGS = "--dry-run"
+CARGO_MAKE_CARGO_PUBLISH_FLAGS = { value = "--dry-run", condition = { env_not_set = ["CARGO_MAKE_CARGO_PUBLISH_FLAGS"] }}
11
# RUST_BACKTRACE is set to "full" in cargo make's builtin makefiles/stable.toml
12
RUST_BACKTRACE = { value = "0", condition = { env_not_set = ["RUST_BACKTRACE"]}}
13
0 commit comments