Skip to content

Commit

Permalink
Merge pull request kubernetes#43180 from mbohlool/bugfix
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue (batch tested with PRs 43180, 42928)

Verify generated protobuf script should fail on staging/ changes too

fixes kubernetes#35486
  • Loading branch information
Kubernetes Submit Queue authored Mar 16, 2017
2 parents ae828c9 + f6e4c99 commit 1357caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/verify-generated-protobuf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ source "${KUBE_ROOT}/hack/lib/init.sh"

kube::golang::setup_env

APIROOTS=${APIROOTS:-pkg/api pkg/apis pkg/runtime pkg/util/intstr pkg/watch}
APIROOTS=${APIROOTS:-pkg/api pkg/apis pkg/runtime pkg/util/intstr pkg/watch staging/src/k8s.io/apimachinery/pkg/api staging/src/k8s.io/apimachinery/pkg/apis staging/src/k8s.io/apiserver/pkg staging/src/k8s.io/client-go/pkg/api staging/src/k8s.io/client-go/pkg/apis}
_tmp="${KUBE_ROOT}/_tmp"

cleanup() {
Expand Down

0 comments on commit 1357caf

Please sign in to comment.