Skip to content

Commit

Permalink
cd to cluster-autoscaler repo in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-kun committed May 27, 2022
1 parent df517c4 commit e6dc0af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .ci/build
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit e6dc0af

Please sign in to comment.