dont run metalinter

This commit is contained in:
Ethan Buchman
2018-01-19 00:11:23 -05:00
parent cca597a9c0
commit ebeadfc57e
2 changed files with 3 additions and 6 deletions

View File

@@ -6,9 +6,6 @@ pwd
BRANCH=$(git rev-parse --abbrev-ref HEAD)
echo "Current branch: $BRANCH"
# run the linter
make metalinter
# run the go unit tests with coverage
bash test/test_cover.sh