mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 17:52:12 +00:00
Merge pull request #1730 from monopole/noKubevalOnTravis
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