Skip to content

Commit

Permalink
drone: set GOPROXY on Dockerfile test
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Aug 7, 2019
1 parent efd20a3 commit 307d825
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drone/.drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ local test_dockerfile = {
settings: {
repo: 'videodev/video-transcoding-api',
dry_run: true,
build_args: [
'GOPROXY=https://goproxy.io',
],
},
when: {
event: ['push', 'pull_request'],
Expand Down
2 changes: 2 additions & 0 deletions drone/.drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ steps:
- name: test-dockerfile
image: plugins/docker
settings:
build_args:
- GOPROXY=https://goproxy.io
dry_run: true
repo: videodev/video-transcoding-api
when:
Expand Down

0 comments on commit 307d825

Please sign in to comment.