Skip to content

GoogleCloudBuild/gcbapp-buildconfig-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gcbapp-go-example

The example in this repository is used in the Cloud Build GitHub app tutorial.

Note:

If you are not currently using Go modules, add the following step to the cloudbuild.yaml build configuration file:

steps:
- name: golang
  args: ['go', 'mod', 'init', 'github.com/your/import/path']

In this example, the specified GOPATH is github.com/your/import/path.

About

Example used in the Cloud Build GitHub app tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages