Skip to content

Commit

Permalink
drone: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Souza committed Sep 19, 2018
1 parent f61b061 commit 779cd3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ build:
image: mediafactory/video-transcoding-api
environment:
- PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/drone/bin:/usr/local/go/bin
- GO111MODULE=on
commands:
- unset GOPATH # hack to get go working fine GO111MODULE=auto
- make test
when:
branch: master
event: push
deploy:
image: mediafactory/video-transcoding-api
Expand Down

0 comments on commit 779cd3a

Please sign in to comment.