Skip to content

Commit

Permalink
hack scripts do not need PKG var
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvinEfendi committed Jul 8, 2019
1 parent 771fc9f commit e891dd1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build/static-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e891dd1

Please sign in to comment.