Skip to content

Commit 125a840

Browse files
committed
Target godep script change verifications
1 parent 6faaca0 commit 125a840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/verify-godeps.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ readonly branch=${1:-${KUBE_VERIFY_GIT_BRANCH:-master}}
4949
if ! [[ ${KUBE_FORCE_VERIFY_CHECKS:-} =~ ^[yY]$ ]] && \
5050
! kube::util::has_changes_against_upstream_branch "${branch}" 'Godeps/' && \
5151
! kube::util::has_changes_against_upstream_branch "${branch}" 'vendor/' && \
52-
! kube::util::has_changes_against_upstream_branch "${branch}" 'hack/'; then
52+
! kube::util::has_changes_against_upstream_branch "${branch}" 'hack/.*godep'; then
5353
exit 0
5454
fi
5555

0 commit comments

Comments
 (0)