File tree Expand file tree Collapse file tree 7 files changed +7
-15
lines changed Expand file tree Collapse file tree 7 files changed +7
-15
lines changed Original file line number Diff line number Diff line change 39
39
./cluster/test-smoke.sh
40
40
./cluster/update-storage-objects.sh
41
41
./cluster/validate-cluster.sh
42
- ./hack/benchmark-go.sh
43
- ./hack/build-cross.sh
44
- ./hack/build-go.sh
45
42
./hack/cherry_pick_pull.sh
46
43
./hack/generate-bindata.sh
47
44
./hack/generate-docs.sh
79
76
./hack/make-rules/update.sh
80
77
./hack/make-rules/verify.sh
81
78
./hack/make-rules/vet.sh
82
- ./hack/test-go.sh
83
79
./hack/test-integration.sh
84
80
./hack/test-update-storage-objects.sh
85
- ./hack/update-all.sh
86
81
./hack/update-bazel.sh
87
82
./hack/update-codegen.sh
88
83
./hack/update-generated-device-plugin-dockerized.sh
106
101
./hack/update-staging-godeps.sh
107
102
./hack/update-translations.sh
108
103
./hack/update-workspace-mirror.sh
109
- ./hack/verify-all.sh
110
104
./hack/verify-api-groups.sh
111
105
./hack/verify-boilerplate.sh
112
106
./hack/verify-cli-conventions.sh
Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ set -o errexit
18
18
set -o nounset
19
19
set -o pipefail
20
20
21
- KUBE_ROOT=$( dirname " ${BASH_SOURCE} " ) /..
22
-
23
21
make test \
24
22
WHAT=" $* " \
25
23
KUBE_COVER=" " \
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ set -o errexit
20
20
set -o nounset
21
21
set -o pipefail
22
22
23
- KUBE_ROOT=$( dirname " ${BASH_SOURCE} " ) /..
23
+ KUBE_ROOT=$( dirname " ${BASH_SOURCE[0] } " ) /..
24
24
25
25
echo " NOTE: $0 has been replaced by 'make cross'"
26
26
echo
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ set -o errexit
20
20
set -o nounset
21
21
set -o pipefail
22
22
23
- KUBE_ROOT=$( dirname " ${BASH_SOURCE} " ) /..
23
+ KUBE_ROOT=$( dirname " ${BASH_SOURCE[0] } " ) /..
24
24
25
25
# For help output
26
26
ARGHELP=" "
27
27
if [[ " $# " -gt 0 ]]; then
28
- ARGHELP=" WHAT='$@ '"
28
+ ARGHELP=" WHAT='$* '"
29
29
fi
30
30
31
31
echo " NOTE: $0 has been replaced by 'make' or 'make all'"
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ set -o errexit
20
20
set -o nounset
21
21
set -o pipefail
22
22
23
- KUBE_ROOT=$( dirname " ${BASH_SOURCE} " ) /..
23
+ KUBE_ROOT=$( dirname " ${BASH_SOURCE[0] } " ) /..
24
24
25
25
# For help output
26
26
ARGHELP=" "
27
27
if [[ " $# " -gt 0 ]]; then
28
- ARGHELP=" WHAT='$@ '"
28
+ ARGHELP=" WHAT='$* '"
29
29
fi
30
30
31
31
echo " NOTE: $0 has been replaced by 'make test'"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ set -o errexit
21
21
set -o nounset
22
22
set -o pipefail
23
23
24
- KUBE_ROOT=$( dirname " ${BASH_SOURCE} " ) /..
24
+ KUBE_ROOT=$( dirname " ${BASH_SOURCE[0] } " ) /..
25
25
26
26
echo " NOTE: $0 has been replaced by 'make update'"
27
27
echo
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ set -o errexit
20
20
set -o nounset
21
21
set -o pipefail
22
22
23
- KUBE_ROOT=$( dirname " ${BASH_SOURCE} " ) /..
23
+ KUBE_ROOT=$( dirname " ${BASH_SOURCE[0] } " ) /..
24
24
25
25
# For help output
26
26
ARGHELP=" "
You can’t perform that action at this time.
0 commit comments