Skip to content

Commit

Permalink
Added artifact to cloudbuild.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
djmarkoz committed Nov 13, 2018
1 parent 19eddc7 commit e2ea8be
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ steps:
- name: 'golang:1.11'
entrypoint: 'go'
args: ['build', '.']
env: ['GO111MODULE=on']
env: ['GO111MODULE=on']
artifacts:
objects:
location: 'gs://djmarkoz-docker-tail/'
paths: ['docker-tail']

0 comments on commit e2ea8be

Please sign in to comment.