From 11d329d20f7e4ea4b6bc5d98f7ced4e72e756da2 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Tue, 4 Jan 2022 21:20:03 +0100 Subject: [PATCH] [chore, CI] Remove an environment variable intended for shellcheck 0.4.5 (#8615) --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index df682e61c..4a409de93 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,8 +8,6 @@ jobs: password: $DOCKER_PASSWORD environment: EMULATE_READER: 1 - # this is for shellcheck 0.4.5 and lower; can be removed for 0.4.6 - LC_ALL: en_US.UTF8 parallelism: 2 steps: - checkout