diff --git a/ci/env.sh b/ci/env.sh index df7ed1ce6a..973f4c8532 100644 --- a/ci/env.sh +++ b/ci/env.sh @@ -78,7 +78,7 @@ else export CI_REPO_SLUG= export CI_TAG= # Don't override ci/run-local.sh - if [[ -z $CL_LOCAL_RUN ]]; then + if [[ -z $CI_LOCAL_RUN ]]; then export CI_OS_NAME= fi fi