Skip to content

Commit dd7c2a2

Browse files
Apply suggestions from code review
Signed-off-by: Deepak Raj H R <[email protected]>
1 parent 093bb2d commit dd7c2a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cloudbuild_depl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ steps:
1414
images: ['us.gcr.io/deepsource-production/swift-format:$TAG_NAME', 'us.gcr.io/deepsource-production/swift-format:latest']
1515

1616
options:
17-
machineType: 'E2_HIGHCPU_32'
17+
machineType: 'E2_HIGHCPU_8'

cloudbuild_depl_dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ steps:
1010
images: ['us.gcr.io/deepsource-dev/swift-format:dev']
1111

1212
options:
13-
machineType: 'E2_HIGHCPU_32'
13+
machineType: 'E2_HIGHCPU_8'

0 commit comments

Comments
 (0)