We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0e4046 + 7f8f285 commit 6a94732Copy full SHA for 6a94732
hack/cloudbuild.sh
@@ -23,7 +23,7 @@ export SIDECAR_TAG="${SIDECAR_IMAGE}:${GIT_TAG}"
23
export CONTROLLER_TAG="${CONTROLLER_IMAGE}:${GIT_TAG}"
24
25
# build in parallel
26
-make --jobs --output-sync build
+make build
27
28
# add latest tag to just-built images
29
gcloud container images add-tag "${CONTROLLER_TAG}" "${CONTROLLER_IMAGE}:latest"
0 commit comments