This shouldn't be hard coded.
This commit is contained in:
parent
9877ed74f0
commit
09ff1647b6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-scripts/docker.sh
vendored
2
.github/workflows/ci-scripts/docker.sh
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue