Merge pull request #4291 from Shopify/remove-pkg-requirement
hack scripts do not need PKG var
This commit is contained in:
commit
3a63f3d02e
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue