mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-07 04:19:58 +00:00
CI: Fold long Travis check line
Folded the overly-long Travis check line in `check_install_guides()`. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
parent
f4351e4324
commit
3d08ccd6db
@ -17,7 +17,11 @@ info()
|
|||||||
# commands it specified result in a working system.
|
# commands it specified result in a working system.
|
||||||
check_install_guides()
|
check_install_guides()
|
||||||
{
|
{
|
||||||
[ -n "$TRAVIS" ] && info "Not testing install guide as Travis lacks modern distro support and VT-x" && return
|
if [ -n "$TRAVIS" ]
|
||||||
|
then
|
||||||
|
info "Not testing install guide as Travis lacks modern distro support and VT-x"
|
||||||
|
return
|
||||||
|
fi
|
||||||
|
|
||||||
# List of filters used to restrict the types of file changes.
|
# List of filters used to restrict the types of file changes.
|
||||||
# See git-diff-tree(1) for further info.
|
# See git-diff-tree(1) for further info.
|
||||||
|
Loading…
Reference in New Issue
Block a user