Target godep script change verifications

pull/6/head
Jordan Liggitt 2017-08-09 22:34:13 -04:00
parent 6faaca02af
commit 125a840445
No known key found for this signature in database
GPG Key ID: 39928704103C7229
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ readonly branch=${1:-${KUBE_VERIFY_GIT_BRANCH:-master}}
if ! [[ ${KUBE_FORCE_VERIFY_CHECKS:-} =~ ^[yY]$ ]] && \
! kube::util::has_changes_against_upstream_branch "${branch}" 'Godeps/' && \
! kube::util::has_changes_against_upstream_branch "${branch}" 'vendor/' && \
! kube::util::has_changes_against_upstream_branch "${branch}" 'hack/'; then
! kube::util::has_changes_against_upstream_branch "${branch}" 'hack/.*godep'; then
exit 0
fi