Validate deps in CI

This commit is contained in:
Brian Goff
2018-08-03 10:41:55 -07:00
parent ae79bb5216
commit a1f46e7f04
2 changed files with 17 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ jobs:
echo 'export KUBECONFIG=${outputPathKubeConfigFile}' >> $BASH_ENV
- run:
name: Dependencies
command: go get -v -t -d ./...
command: scripts/validate/dep.sh
- run:
name: Build
command: V=1 make build