ci: fix typo

This commit is contained in:
Trent Nelson 2021-07-16 15:02:46 -06:00 committed by Trent Nelson
parent 7c259d09f4
commit 96a7cedaca

View File

@ -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