mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #36096 from rmmh/disable-verify-owners
Automatic merge from submit-queue Disable the test-owners verify step until the merge conflicts are resolved It's causing more pain than it's preventing currently. There should be some simpler ways to fix this.
This commit is contained in:
commit
04a7457032
@ -20,8 +20,10 @@ set -o pipefail
|
|||||||
export KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
|
export KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
|
||||||
source "${KUBE_ROOT}/hack/lib/init.sh"
|
source "${KUBE_ROOT}/hack/lib/init.sh"
|
||||||
|
|
||||||
|
|
||||||
cd "${KUBE_ROOT}"
|
cd "${KUBE_ROOT}"
|
||||||
if ! hack/update_owners.py --check; then
|
if ! hack/update_owners.py --check; then
|
||||||
echo 'Run ./hack/update_owners.py to fix it'
|
echo 'Run ./hack/update_owners.py to fix it'
|
||||||
|
exit # TODO(rmmh): fix Github merging to respect .gitattributes
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user