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 Jun 2, 2021
1 parent 1f03ee2 commit 3593dd4
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 3593dd4

Please sign in to comment.