mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 12:41:58 +00:00
Fixes shellcheck failures run-in-gopath.sh, test-go.sh
Signed-off-by: ds-ms <desattir@microsoft.com> fixes shellcheck in hack/print-workspace-status.sh, /hack/test-integration.sh Signed-off-by: ds-ms <desattir@microsoft.com> reverting test-go.sh test-integration.sh Signed-off-by: ds-ms <desattir@microsoft.com> Removing export Signed-off-by: ds-ms <desattir@microsoft.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user