We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0e4046 + 6a94732 commit 0a522fdCopy full SHA for 0a522fd
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