Skip to content

Commit

Permalink
clean: micro wording yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-serra committed Sep 27, 2023
1 parent df9c80a commit bbd97cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scheduled_pipelines_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ project:
id: gcp-project-id
region: europe-west1
repository_name: pipelines # Artifact Registry repository name, where the pipeline YAML files are stored

# The following fields are optional, here are the default values:

# staging_bucket_suffix: pipeline-artifacts # The URI of the bucket will be: gs://<gcp-project-id>-<staging_bucket_suffix>
Expand All @@ -21,4 +22,5 @@ scheduled_pipelines:
# cron_schedule: "*/7 * * * *"
# enable_caching: false
# parameter_values:
# name: John Doe
# arg1: val1
# arg2: val2

0 comments on commit bbd97cd

Please sign in to comment.