Skip to content

Commit

Permalink
This shouldn't be hard coded.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pentarctagon committed Apr 25, 2022
1 parent 2a038d5 commit 3c00169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-scripts/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ checkindent() {

EXIT_VAL=-1
# remove temp dockerfile so it doesn't get picked up by `git status`
rm utils/dockerbuilds/CI/Dockerfile-CI-2004-master
rm utils/dockerbuilds/CI/Dockerfile-CI-${IMAGE}-master

if [ "$NLS" == "only" ]; then
export LANGUAGE=en_US.UTF-8
Expand Down

0 comments on commit 3c00169

Please sign in to comment.