Skip to content

Commit

Permalink
Merge pull request #51 from GoogleCloudPlatform/fix_tutorial_error
Browse files Browse the repository at this point in the history
Fix error in tutorial for building all use cases
  • Loading branch information
t8dogg authored Dec 8, 2023
2 parents 332172b + f9d1cc7 commit 973d60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ In this section, you explore the contents of the repository's `data` and
```
for build in use_cases/examples/*/cloudbuild.yaml ; do
gcloud builds submit \
--config use_cases/examples/home_loan_delinquency/cloudbuild.yaml \
--config $build \
--substitutions=_GCS_DOCS_BUCKET=${GCS_DOCS_BUCKET},_GCR_HOSTNAME=${GCR_HOSTNAME}
done
```
Expand Down

0 comments on commit 973d60e

Please sign in to comment.