Merge pull request #4291 from Shopify/remove-pkg-requirement

hack scripts do not need PKG var
This commit is contained in:
Kubernetes Prow Robot 2019-07-08 14:21:35 -07:00 committed by GitHub
commit 3a63f3d02e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,9 +22,4 @@ set -o errexit
set -o nounset
set -o pipefail
if [ -z "${PKG}" ]; then
echo "PKG must be set"
exit 1
fi
hack/verify-all.sh