Files
external-snapshotter/.prow.sh
xing-yang 44cfe316c4 Run only unit tests for now
This PR disable all other tests except the unit tests until
the snapshot beta API PR is merged.
2019-10-21 22:52:15 +00:00

8 lines
67 B
Bash
Executable File

#! /bin/bash
CSI_PROW_TESTS="unit"
. release-tools/prow.sh
main