Merge branch 'create_new_run' of https://github.com/tejal29/kaniko into create_new_run
This commit is contained in:
commit
d14b0b8f85
|
|
@ -19,7 +19,7 @@ set -e
|
|||
|
||||
TESTS=$(./scripts/integration-test.sh -list=Test -mod=vendor)
|
||||
|
||||
TESTS=$(echo $TESTS | tr ' ' '\n' | grep 'Test'| grep -v 'TestRun' | grep -v 'TestLayers' | grep -v 'TestK8s')
|
||||
TESTS=$(echo $TESTS | tr ' ' '\n' | grep 'Test'| grep -v 'TestRun' | grep -v 'TestLayers' | grep -v 'TestK8s' | grep -v 'TestSnapshotBenchmark')
|
||||
|
||||
RUN_ARG=''
|
||||
count=0
|
||||
|
|
|
|||
Loading…
Reference in New Issue