File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
ako_cicd/jenkins/ci-build Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ENV BUILD_PATH="github.com/vmware/load-balancer-and-ingress-services-for-kuberne
88RUN mkdir -p $GOPATH/src/$BUILD_PATH
99
1010COPY . $GOPATH/src/$BUILD_PATH
11- WORKDIR $GOPATH/src/$BUILD_PATH
11+ WORKDIR $GOPATH/src/$BUILD_PATH/ako-operator
1212
1313# Build
1414RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -buildvcs=false -o $GOPATH/bin/ako-operator -mod=vendor $BUILD_PATH/ako-operator/
Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ minor_version=${version_numbers[1]}
1111
1212make build
1313make BUILD_TAG=$version_tag docker
14- # Commenting as we do not require to create operator docker image.
15- # make BUILD_TAG=$version_tag ako-operator-docker
14+ make BUILD_TAG=$version_tag ako-operator-docker
1615
1716if [ " $minor_version " -ge " 11" ]; then
1817 make BUILD_TAG=$version_tag build-gateway-api
You can’t perform that action at this time.
0 commit comments