ci(fix): fix shellsheck warning
This commit is contained in:
parent
e4f058ce2a
commit
8b1fa50413
|
@ -183,7 +183,8 @@ for file in "${FILES[@]}"; do
|
||||||
F_OPTIONS="$F_OPTIONS -f $file"
|
F_OPTIONS="$F_OPTIONS -f $file"
|
||||||
done
|
done
|
||||||
|
|
||||||
export DOCKER_USER="$(id -u)"
|
DOCKER_USER="$(id -u)"
|
||||||
|
export DOCKER_USER
|
||||||
|
|
||||||
TTY=''
|
TTY=''
|
||||||
if [[ -t 1 ]]; then
|
if [[ -t 1 ]]; then
|
||||||
|
|
Loading…
Reference in New Issue