Skip to content

Commit

Permalink
Replace the bigquery with spanner in the cloudbuild.yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
halio-g committed Sep 7, 2023
1 parent 79683b0 commit aec8d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ steps:
args: ['/workspace/cloudbuild/presubmit.sh', 'init']

# 3. Run integration tests with Spanner emulator
- name: 'gcr.io/$PROJECT_ID/dataproc-spark-bigquery-connector-presubmit'
- name: 'gcr.io/$PROJECT_ID/dataproc-spark-spanner-connector-presubmit'
id: 'integration-spanner-emulator'
waitFor: ['init']
entrypoint: 'bash'
Expand Down

0 comments on commit aec8d32

Please sign in to comment.