Cloudbuild substitution variables

This is a test repository for project env-ci testing accessing subsitution variables.

Prerequisites

Usage

To access the substitution variables you need to pass them in the build configuration file.

To manually trigger a build using this configuration use the following command (where [YOUR_PROJECT_ID] is the id of the project you have setup in Gcloud)

gcloud builds submit --config=./build/cloudbuild.yaml ./build/ --project=[YOUR_PROJECT_ID]]