We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a70318d commit 92f91cfCopy full SHA for 92f91cf
.evergreen/release-build-vars.sh
@@ -13,7 +13,7 @@ CRATE_VERSION=$(cargo metadata --format-version=1 --no-deps | jq --raw-output '.
13
rm secrets-export.sh
14
15
PAPERTRAIL_PRODUCT="rust-driver"
16
-if [[ "${DRY_RUN}" == "yes" ]]; then
+if [[ "${DRY_RUN:-}" == "yes" ]]; then
17
PAPERTRAIL_PRODUCT="rust-driver-testing"
18
fi
19
0 commit comments