Skip to content

Commit 78e6ec8

Browse files
authored
increase the size of the publish script machine (#9439)
1 parent de99164 commit 78e6ec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/publish/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ cd "$THIS_DIR"
3636
gcloud --project fir-tools-builds \
3737
builds \
3838
submit \
39-
--machine-type=e2-highcpu-8 \
39+
--machine-type=e2-highcpu-32 \
4040
--substitutions=$SUBSTITUTIONS \
41-
.
41+
.

0 commit comments

Comments
 (0)