Questions tagged [cloudbuild.yaml]
122 questions
-3
votes
1 answer
Regex error in cloudbuild.yaml file while passing project-id
I'm trying to run a dataflow job using cloud build
steps:
- name: 'gcr.io/cloud-builders/gcloud'
args:
dataflow
jobs
run
google-template-job
--gcs-location=gs://dataflow-templates/latest/PubSub_Subscription_to_BigQuery
…

Shriyut Jha
- 79
- 1
- 10