Skip to content

Commit

Permalink
ci: Add quiet flag to alpha builds submit command (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Cervello authored and lvaylet committed Nov 25, 2022
1 parent d58c4bb commit 686b6b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ cloudbuild:
gcloud alpha builds submit \
--config=cloudbuild.yaml \
--project=${CLOUDBUILD_PROJECT_ID} \
--substitutions=_GCR_PROJECT_ID=${GCR_PROJECT_ID},_VERSION=${VERSION}
--substitutions=_GCR_PROJECT_ID=${GCR_PROJECT_ID},_VERSION=${VERSION} \
--quiet

# Cloudrun
cloudrun:
Expand Down

0 comments on commit 686b6b9

Please sign in to comment.