test: nmci should have CI=true set
Like github CI, NMCI container also has limitation on hostname dns and etc, hence set `CI=true` environment. Signed-off-by: Gris Ge <fge@redhat.com>
This commit is contained in:
parent
eb139e74ce
commit
59a60bb232
@ -52,4 +52,4 @@ if [[ -v debug_exit_shell ]];then
|
||||
fi
|
||||
|
||||
cd $PROJECT_DIR
|
||||
env CONTAINER_CMD="podman" $TEST_CMD $ARGS
|
||||
env CONTAINER_CMD="podman" CI="true" $TEST_CMD $ARGS
|
||||
|
Loading…
x
Reference in New Issue
Block a user