mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
No kubeval dependent test on travis.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user