Skip to content

Commit 17a2518

Browse files
authored
Merge pull request #1733 from vmware/akshayhavile-patch-9
AKO-jenkins: Do not create ako-operator image
2 parents ad10d61 + 4ca0707 commit 17a2518

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ako_cicd/jenkins/ci-build/ci-build.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ minor_version=${version_numbers[1]}
1111

1212
make build
1313
make BUILD_TAG=$version_tag docker
14-
make BUILD_TAG=$version_tag ako-operator-docker
14+
# Commenting as we do not require to create operator docker image.
15+
# make BUILD_TAG=$version_tag ako-operator-docker
1516

1617
if [ "$minor_version" -ge "11" ]; then
1718
make BUILD_TAG=$version_tag build-gateway-api

0 commit comments

Comments
 (0)