mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Allow tests to only run locally (#4664)
* Allow tests to only run locally Allow tests that are flaky or currently unsupported on the server to run locally * Address feedback
This commit is contained in:
@@ -24,7 +24,7 @@ function refreshMaster {
|
||||
}
|
||||
|
||||
function testKustomizeRepo {
|
||||
make prow-presubmit-check >& /tmp/k.txt
|
||||
make IS_LOCAL=true verify-kustomize-repo >& /tmp/k.txt
|
||||
local code=$?
|
||||
if [ $code -ne 0 ]; then
|
||||
echo "**** FAILURE ******************"
|
||||
|
||||
Reference in New Issue
Block a user