No kubeval dependent test on travis.

This commit is contained in:
Jeffrey Regan
2019-11-04 13:01:37 -08:00
parent 6b81ae9a93
commit 0687699d27
2 changed files with 14 additions and 8 deletions

View File

@@ -134,6 +134,12 @@ function testExamplesAgainstLatestKustomizeRelease {
(cd api;
$MDRIP --mode test \
--label helmtest README.md ../examples/chart.md)
# The following requires kubeval.
# At the moment not asking travis to install it.
(cd api;
$MDRIP --mode test \
--label kubevalTest README.md ../examples/chart.md)
fi
echo "Example tests passed against $latest"
}