Merge commit 'c60f3823c09a501b1cc12b97b20eb05cec9f822e' into prow

This commit is contained in:
Patrick Ohly
2019-04-11 11:08:47 +02:00
9 changed files with 1511 additions and 2 deletions

7
release-tools/.prow.sh Executable file
View File

@@ -0,0 +1,7 @@
#! /bin/bash -e
#
# This is for testing csi-release-tools itself in Prow. All other
# repos use prow.sh for that, but as csi-release-tools isn't a normal
# repo with some Go code in it, it has a custom Prow test script.
./verify-shellcheck.sh "$(pwd)"