We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad10d61 + 4ca0707 commit 17a2518Copy full SHA for 17a2518
ako_cicd/jenkins/ci-build/ci-build.sh
@@ -11,7 +11,8 @@ minor_version=${version_numbers[1]}
11
12
make build
13
make BUILD_TAG=$version_tag docker
14
-make BUILD_TAG=$version_tag ako-operator-docker
+# Commenting as we do not require to create operator docker image.
15
+# make BUILD_TAG=$version_tag ako-operator-docker
16
17
if [ "$minor_version" -ge "11" ]; then
18
make BUILD_TAG=$version_tag build-gateway-api
0 commit comments