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"
|
||||
done
|
||||
|
||||
export DOCKER_USER="$(id -u)"
|
||||
DOCKER_USER="$(id -u)"
|
||||
export DOCKER_USER
|
||||
|
||||
TTY=''
|
||||
if [[ -t 1 ]]; then
|
||||
|
|
Loading…
Reference in New Issue