mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-24 08:44:21 +01:00
Moved static tests to CI setup script and added a new CI test to execute all install guides if any one changes. Fixes #132. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
12 lines
159 B
Bash
Executable File
12 lines
159 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Copyright (c) 2018 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
set -e
|
|
|
|
cidir=$(dirname "$0")
|
|
bash "${cidir}/static-checks.sh"
|