Skip to content

Commit 6a94732

Browse files
authored
Merge pull request #7 from BlaineEXE/cloudbuild-not-parallel
cloudbuild: do not run make build in parallel
2 parents a0e4046 + 7f8f285 commit 6a94732

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)