test: Fix CI env variable value
This commit is contained in:
parent
5630a3fb70
commit
433a72134f
|
|
@ -10,7 +10,7 @@ docker build -f Dockerfile --tag ar ..
|
|||
declare -a args
|
||||
args+=(--hostname ar)
|
||||
|
||||
if [[ "${CI-}" != 1 ]]; then
|
||||
if [[ "${CI-}" != true ]]; then
|
||||
args+=(--interactive --tty)
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user