Skip to content

Commit 0a522fd

Browse files
authored
Merge pull request #8 from kubernetes-sigs/main
Sync main -> release-0.2
2 parents a0e4046 + 6a94732 commit 0a522fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/cloudbuild.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export SIDECAR_TAG="${SIDECAR_IMAGE}:${GIT_TAG}"
2323
export CONTROLLER_TAG="${CONTROLLER_IMAGE}:${GIT_TAG}"
2424

2525
# build in parallel
26-
make --jobs --output-sync build
26+
make build
2727

2828
# add latest tag to just-built images
2929
gcloud container images add-tag "${CONTROLLER_TAG}" "${CONTROLLER_IMAGE}:latest"

0 commit comments

Comments
 (0)