We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6faaca0 commit 125a840Copy full SHA for 125a840
hack/verify-godeps.sh
@@ -49,7 +49,7 @@ 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/' && \
52
- ! kube::util::has_changes_against_upstream_branch "${branch}" 'hack/'; then
+ ! kube::util::has_changes_against_upstream_branch "${branch}" 'hack/.*godep'; then
53
exit 0
54
fi
55
0 commit comments