mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-25 23:11:57 +00:00
tests: Remove unused USE_DOCKER export
We now explicitly pass this to every make target we invoke, so this is redundant Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
0e6a12ce3c
commit
555ddf331a
@ -263,8 +263,6 @@ setup()
|
|||||||
sudo -E mkdir -p ${ci_results_dir}
|
sudo -E mkdir -p ${ci_results_dir}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export USE_DOCKER=true
|
|
||||||
|
|
||||||
# Travis doesn't support VT-x
|
# Travis doesn't support VT-x
|
||||||
[ -n "${TRAVIS:-}" ] && return
|
[ -n "${TRAVIS:-}" ] && return
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user