csi-driver-nfs/.prow.sh
Michelle Au 3f4476ff3e Add .prow.sh to enable prow jobs
Change-Id: I1142fc76b939c03ba05070179b5ab9574c096571
2020-03-16 17:51:35 -07:00

12 lines
233 B
Bash
Executable File

#! /bin/bash
# A Prow job can override these defaults, but this shouldn't be necessary.
# Only these tests make sense for csi-driver-nfs until we can integrate k/k
# e2es.
: ${CSI_PROW_TESTS:="unit"}
. release-tools/prow.sh
main