From e6dc0af24af016afd944379b251a84c34f52832c Mon Sep 17 00:00:00 2001 From: Himanshu Sharma Date: Fri, 27 May 2022 14:10:58 +0530 Subject: [PATCH] cd to cluster-autoscaler repo in build script --- .ci/build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.ci/build b/.ci/build index 17077248644d..89008d078f9f 100755 --- a/.ci/build +++ b/.ci/build @@ -59,8 +59,7 @@ fi # If no LOCAL_BUILD environment variable is set, we configure the `go build` command # to build for linux OS, amd64 architectures and without CGO enablement. -BINARY_PATH=${BINARY_PATH}/cluster-autoscaler -cd "${BINARY_PATH}" +cd cluster-autoscaler if [[ -z "$LOCAL_BUILD" ]]; then go build \