Skip to content

Commit

Permalink
test commit 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-kun committed May 27, 2022
1 parent df517c4 commit f71030b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/build
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ 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}"
echo $(pwd)
cd $BINARY_PATH

if [[ -z "$LOCAL_BUILD" ]]; then
go build \
Expand Down

0 comments on commit f71030b

Please sign in to comment.