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 37
37
./cluster/test-smoke.sh
38
38
./cluster/update-storage-objects.sh
39
39
./cluster/validate-cluster.sh
40
- ./hack/benchmark-go.sh
41
- ./hack/build-cross.sh
42
- ./hack/build-go.sh
43
40
./hack/cherry_pick_pull.sh
44
41
./hack/generate-bindata.sh
45
42
./hack/generate-docs.sh
77
74
./hack/make-rules/update.sh
78
75
./hack/make-rules/verify.sh
79
76
./hack/make-rules/vet.sh
80
- ./hack/test-go.sh
81
77
./hack/test-integration.sh
82
78
./hack/test-update-storage-objects.sh
83
- ./hack/update-all.sh
84
79
./hack/update-bazel.sh
85
80
./hack/update-codegen.sh
86
81
./hack/update-generated-kms-dockerized.sh
95
90
./hack/update-staging-godeps.sh
96
91
./hack/update-translations.sh
97
92
./hack/update-workspace-mirror.sh
98
- ./hack/verify-all.sh
99
93
./hack/verify-api-groups.sh
100
94
./hack/verify-boilerplate.sh
101
95
./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