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 95a4a5d commit 2b111c5Copy full SHA for 2b111c5
hack/verify-godeps.sh
@@ -48,7 +48,8 @@ source "${KUBE_ROOT}/hack/lib/init.sh"
48
readonly branch=${1:-${KUBE_VERIFY_GIT_BRANCH:-master}}
49
if ! [[ ${KUBE_FORCE_VERIFY_CHECKS:-} =~ ^[yY]$ ]] && \
50
! kube::util::has_changes_against_upstream_branch "${branch}" 'Godeps/' && \
51
- ! kube::util::has_changes_against_upstream_branch "${branch}" 'vendor/'; then
+ ! kube::util::has_changes_against_upstream_branch "${branch}" 'vendor/' && \
52
+ ! kube::util::has_changes_against_upstream_branch "${branch}" 'hack/'; then
53
exit 0
54
fi
55
0 commit comments