Merge pull request #29 from msau42/enable-prow

Add .prow.sh to enable prow jobs
This commit is contained in:
Kubernetes Prow Robot 2020-03-16 18:24:22 -07:00 committed by GitHub
commit 44528272fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
.prow.sh Executable file
View File

@ -0,0 +1,11 @@
#! /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