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 bbb1906 commit ea18cc8Copy full SHA for ea18cc8
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