hack/verify-staging-client-go.sh: fail on changes

This commit is contained in:
Dr. Stefan Schimanski 2017-02-24 16:10:09 +01:00
parent bf984aa328
commit 0fbe86d77d

View File

@ -25,5 +25,5 @@ cd ${KUBE_ROOT}
echo "Smoke testing client-go examples"
go install ./staging/src/k8s.io/client-go/examples/... 2>&1 | sed 's/^/ /'
# Run update-staging-client-go.sh in dry-run mode, copy nothing into the staging dir
hack/update-staging-client-go.sh -d "$@"
# Run update-staging-client.sh in dry-run mode, copy nothing into the staging dir, but fail on any diff
hack/update-staging-client-go.sh -d -f "$@"