mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Remove unneeded scripts
This commit is contained in:
parent
9600555969
commit
668a288595
5
Godeps/Readme
generated
5
Godeps/Readme
generated
@ -1,5 +0,0 @@
|
|||||||
This directory tree is generated automatically by godep.
|
|
||||||
|
|
||||||
Please do not edit.
|
|
||||||
|
|
||||||
See https://github.com/tools/godep for more information.
|
|
@ -48,8 +48,6 @@ fi
|
|||||||
# Exclude vendor checks in certain cases, if they're running in a separate job.
|
# Exclude vendor checks in certain cases, if they're running in a separate job.
|
||||||
if [[ ${EXCLUDE_GODEP:-} =~ ^[yY]$ ]]; then
|
if [[ ${EXCLUDE_GODEP:-} =~ ^[yY]$ ]]; then
|
||||||
EXCLUDED_PATTERNS+=(
|
EXCLUDED_PATTERNS+=(
|
||||||
"verify-godeps.sh" # runs in separate godeps job
|
|
||||||
"verify-godeps-licenses.sh" # runs in separate godeps job
|
|
||||||
"verify-vendor.sh" # runs in separate godeps job
|
"verify-vendor.sh" # runs in separate godeps job
|
||||||
"verify-vendor-licenses.sh" # runs in separate godeps job
|
"verify-vendor-licenses.sh" # runs in separate godeps job
|
||||||
)
|
)
|
||||||
|
@ -1,23 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
# Copyright 2015 The Kubernetes Authors.
|
|
||||||
#
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
# You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
|
|
||||||
set -o errexit
|
|
||||||
set -o nounset
|
|
||||||
set -o pipefail
|
|
||||||
|
|
||||||
KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
|
||||||
echo "Deprecated, use verify-vendor-licenses.sh instead"
|
|
||||||
"${KUBE_ROOT}/hack/verify-vendor-licenses.sh" "$@"
|
|
@ -1,23 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
# Copyright 2015 The Kubernetes Authors.
|
|
||||||
#
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
# You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
|
|
||||||
set -o errexit
|
|
||||||
set -o nounset
|
|
||||||
set -o pipefail
|
|
||||||
|
|
||||||
KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
|
||||||
echo "Deprecated, use verify-vendor.sh instead"
|
|
||||||
"${KUBE_ROOT}/hack/verify-vendor.sh" "$@"
|
|
Loading…
Reference in New Issue
Block a user