mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-03 11:48:15 +00:00
hack/verify-staging-client-go.sh: fail on changes
This commit is contained in:
@@ -25,5 +25,5 @@ cd ${KUBE_ROOT}
|
|||||||
echo "Smoke testing client-go examples"
|
echo "Smoke testing client-go examples"
|
||||||
go install ./staging/src/k8s.io/client-go/examples/... 2>&1 | sed 's/^/ /'
|
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
|
# 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 "$@"
|
hack/update-staging-client-go.sh -d -f "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user