Commit b88195c5 authored by ds-ms's avatar ds-ms

Fixes shellcheck failures run-in-gopath.sh, test-go.sh

Signed-off-by: 's avatards-ms <desattir@microsoft.com> fixes shellcheck in hack/print-workspace-status.sh, /hack/test-integration.sh Signed-off-by: 's avatards-ms <desattir@microsoft.com> reverting test-go.sh test-integration.sh Signed-off-by: 's avatards-ms <desattir@microsoft.com> Removing export Signed-off-by: 's avatards-ms <desattir@microsoft.com>
parent 1fc7b07b
......@@ -104,8 +104,6 @@
./hack/make-rules/update.sh
./hack/make-rules/verify.sh
./hack/make-rules/vet.sh
./hack/print-workspace-status.sh
./hack/run-in-gopath.sh
./hack/test-go.sh
./hack/test-integration.sh
./hack/test-update-storage-objects.sh
......
......@@ -20,7 +20,7 @@ set -o errexit
set -o nounset
set -o pipefail
export KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
source "${KUBE_ROOT}/hack/lib/version.sh"
kube::version::get_version_vars
......
......@@ -23,7 +23,7 @@ set -o errexit
set -o nounset
set -o pipefail
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
source "${KUBE_ROOT}/hack/lib/init.sh"
# This sets up a clean GOPATH and makes sure we are currently in it.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment