File tree 5 files changed +6
-8
lines changed
5 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 38
38
./cluster/update-storage-objects.sh
39
39
./cluster/validate-cluster.sh
40
40
./hack/cherry_pick_pull.sh
41
- ./hack/generate-bindata.sh
42
- ./hack/generate-docs.sh
43
41
./hack/ginkgo-e2e.sh
44
42
./hack/godep-restore.sh
45
43
./hack/godep-save.sh
46
44
./hack/grab-profiles.sh
47
- ./hack/install-etcd.sh
48
45
./hack/jenkins/benchmark-dockerized.sh
49
46
./hack/jenkins/build.sh
50
47
./hack/jenkins/test-dockerized.sh
76
73
./hack/make-rules/vet.sh
77
74
./hack/test-integration.sh
78
75
./hack/test-update-storage-objects.sh
79
- ./hack/update-bazel.sh
80
76
./hack/update-codegen.sh
81
77
./hack/update-generated-kms-dockerized.sh
82
78
./hack/update-generated-protobuf-dockerized.sh
Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ set -o errexit
18
18
set -o pipefail
19
19
set -o nounset
20
20
21
- export KUBE_ROOT=$( dirname " ${BASH_SOURCE} " ) /..
21
+ KUBE_ROOT=$( dirname " ${BASH_SOURCE[0]} " ) /..
22
+ export KUBE_ROOT
22
23
source " ${KUBE_ROOT} /hack/lib/init.sh"
23
24
source " ${KUBE_ROOT} /hack/lib/logging.sh"
24
25
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ set -o errexit
22
22
set -o nounset
23
23
set -o pipefail
24
24
25
- KUBE_HACK_ROOT=$( dirname " ${BASH_SOURCE} " )
25
+ KUBE_HACK_ROOT=$( dirname " ${BASH_SOURCE[0] } " )
26
26
27
27
echo " WARNING: hack/generate-docs.sh is an alias for hack/update-generated-docs.sh"
28
28
echo " and will be removed in a future version."
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
source " ${KUBE_ROOT} /hack/lib/init.sh"
26
26
27
27
kube::etcd::install
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ set -o errexit
17
17
set -o nounset
18
18
set -o pipefail
19
19
20
- export KUBE_ROOT=$( dirname " ${BASH_SOURCE} " ) /..
20
+ KUBE_ROOT=$( dirname " ${BASH_SOURCE[0]} " ) /..
21
+ export KUBE_ROOT
21
22
source " ${KUBE_ROOT} /hack/lib/init.sh"
22
23
23
24
# Ensure that we find the binaries we build before anything else.
You can’t perform that action at this time.
0 commit comments