File tree Expand file tree Collapse file tree 5 files changed +6
-8
lines changed Expand file tree Collapse file tree 5 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 31
31
./cluster/update-storage-objects.sh
32
32
./cluster/validate-cluster.sh
33
33
./hack/cherry_pick_pull.sh
34
- ./hack/generate-bindata.sh
35
- ./hack/generate-docs.sh
36
34
./hack/ginkgo-e2e.sh
37
35
./hack/godep-restore.sh
38
36
./hack/godep-save.sh
39
37
./hack/grab-profiles.sh
40
- ./hack/install-etcd.sh
41
38
./hack/jenkins/benchmark-dockerized.sh
42
39
./hack/jenkins/build.sh
43
40
./hack/jenkins/test-dockerized.sh
68
65
./hack/make-rules/vet.sh
69
66
./hack/test-integration.sh
70
67
./hack/test-update-storage-objects.sh
71
- ./hack/update-bazel.sh
72
68
./hack/update-codegen.sh
73
69
./hack/update-generated-kms-dockerized.sh
74
70
./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