Skip to content

Commit

Permalink
Fixed the cloudbuild.yaml cannot unmarshal string into Go value of ty…
Browse files Browse the repository at this point in the history
…pe map[string]json.RawMessage
  • Loading branch information
halio-g committed Sep 6, 2023
1 parent 06ef50d commit c804255
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cloudbuild/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ steps:
args: ['build', '--tag=gcr.io/$PROJECT_ID/dataproc-spark-spanner-connector-presubmit', '-f', 'cloudbuild/Dockerfile', '.']

timeout: 3600s
options: 'N1_HIGHCPU_32'
options:
machineType: 'N1_HIGHCPU_32'

0 comments on commit c804255

Please sign in to comment.