We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc82057 commit c751abfCopy full SHA for c751abf
hack/for-go-proj.sh
@@ -49,6 +49,7 @@ case "${PROJECT}" in
49
pushd ${CONTRIB_ROOT}/addon-resizer
50
godep go test -race $(go list ./... | grep -v /vendor/ | grep -v vertical-pod-autoscaler/e2e)
51
popd
52
+ ;;
53
*)
54
echo "invalid subcommand: ${CMD}"
55
exit 1
0 commit comments