mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
hack/verify-staging-client-go.sh: fail on changes
This commit is contained in:
parent
bf984aa328
commit
0fbe86d77d
@ -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 "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user