From 162c44ed62102e80f23cd22500bc0fdfeb3f87e9 Mon Sep 17 00:00:00 2001 From: Navie Narula Date: Fri, 2 Apr 2021 13:49:43 -0400 Subject: [PATCH] update instructions for creating trigger to match UI --- tutorials/automated-publishing-cloud-build/index.md | 3 ++- ...uilding-android-apk-with-cloud-build-gradle-docker-image.md | 1 + tutorials/cicd-datalake-part-1/index.md | 3 +++ tutorials/cloud-functions-github-container-builder/index.md | 3 ++- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/tutorials/automated-publishing-cloud-build/index.md b/tutorials/automated-publishing-cloud-build/index.md index 7c8facd117..316109967a 100644 --- a/tutorials/automated-publishing-cloud-build/index.md +++ b/tutorials/automated-publishing-cloud-build/index.md @@ -92,7 +92,8 @@ this tutorial. 7. Choose **Cloud build configuration (yaml or json)** as your build configuration file type. -8. Set the file location to `cloudbuild.yaml`. +8. In the **Cloud Build configuration file location** field, set the file location + to `cloudbuild.yaml` after the `/`. 9. Click **Create** to save your build trigger. diff --git a/tutorials/building-android-apk-with-cloud-build-gradle-docker-image.md b/tutorials/building-android-apk-with-cloud-build-gradle-docker-image.md index b79b79ce21..570e4e8143 100644 --- a/tutorials/building-android-apk-with-cloud-build-gradle-docker-image.md +++ b/tutorials/building-android-apk-with-cloud-build-gradle-docker-image.md @@ -117,6 +117,7 @@ A Cloud Build trigger listens to changes in your code repository. Follow the ste trigger. 1. Choose **Cloud Build configuration (yaml or json)** as your build configuration. +1. In the **Cloud Build configuration file location** field, type `cloudbuild.yaml` after the `/`. 1. Click **Create** to save your build trigger. 1. (Optional) To manually test a build trigger, click **Run trigger** on your trigger's entry in the triggers list. diff --git a/tutorials/cicd-datalake-part-1/index.md b/tutorials/cicd-datalake-part-1/index.md index 4f8fd3f502..4c9bda3f25 100644 --- a/tutorials/cicd-datalake-part-1/index.md +++ b/tutorials/cicd-datalake-part-1/index.md @@ -302,6 +302,9 @@ the Cloud build to respond to changes in the GitHub repository to test and run y 1. In the **Build configuration** section, select **Cloud Build configuration file**. +1. In the **Cloud Build configuration file location** field, specify the file location + as `cloudbuild.yaml` after the `/`. + 1. In the **Advanced** section, click **Add variable** and add your environment variables such as `ProjectID`, `ServiceAccountEmail`, `Region`, and `SourceDatabucket`. Use the following naming standard, which refers to variables created in previous sections: diff --git a/tutorials/cloud-functions-github-container-builder/index.md b/tutorials/cloud-functions-github-container-builder/index.md index 6983e9d761..bcc5814153 100644 --- a/tutorials/cloud-functions-github-container-builder/index.md +++ b/tutorials/cloud-functions-github-container-builder/index.md @@ -56,7 +56,8 @@ If you do not have a repository on GitHub, you can fork 7. Choose **Cloud build configuration (yaml or json)** as your build configuration file type. -8. Set the file location to `cloudbuild.yaml`. +8. In the **Cloud Build configuration file location** field, set the file location + to `cloudbuild.yaml` after the `/`. 9. Click **Create** to save your build trigger.