From 96a7cedaca084760e8709d456c2e46c2ccd55ea7 Mon Sep 17 00:00:00 2001 From: Trent Nelson Date: Fri, 16 Jul 2021 15:02:46 -0600 Subject: [PATCH] ci: fix typo --- ci/env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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