Skip to content

Commit

Permalink
Update README.md to describe Google Cloud Build usage
Browse files Browse the repository at this point in the history
  • Loading branch information
yuya-takeyama committed Jul 26, 2020
1 parent b99f491 commit 82be48b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ Currently, supported CI are here:
- Jenkins
- GitLab CI
- GitHub Actions
- Google Cloud Build
### Private Repository Considerations
GitHub private repositories require the `repo` and `write:discussion` permissions.
Expand All @@ -390,6 +391,17 @@ GitHub private repositories require the `repo` and `write:discussion` permission
- Environment Variable
- `PULL_REQUEST_NUMBER` or `PULL_REQUEST_URL` are required to set by user for Pull Request Usage

### Google Cloud Build Considerations

- These environment variables are needed to be set using [substitutions](https://cloud.google.com/cloud-build/docs/configuring-builds/substitute-variable-values)
- `COMMIT_SHA`
- `BUILD_ID`
- `PROJECT_ID`
- `_PR_NUMBER`
- Recommended trigger events
- `terraform plan`: Pull request
- `terraform apply`: Push to branch

## Committers

* Masaki ISHIYAMA ([@b4b4r07](https://github.com/b4b4r07))
Expand Down

0 comments on commit 82be48b

Please sign in to comment.