diff --git a/bazel/candid.bzl b/bazel/candid.bzl index dce24156ce7..4097f8293ae 100644 --- a/bazel/candid.bzl +++ b/bazel/candid.bzl @@ -8,7 +8,7 @@ def _did_git_test_impl(ctx): set -xeuo pipefail -if [[ $OVERRIDE_DIDC_CHECK == "true" ]]; then +if [[ ${{OVERRIDE_DIDC_CHECK:-}} == "true" ]]; then echo "Override didc check requested. Skipping didc_check." exit 0 fi