drone.yml: turn off vendoring
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dan Ballard 2021-04-08 15:25:26 -07:00
parent fa03a91425
commit f511744171
1 changed files with 1 additions and 2 deletions

View File

@ -12,8 +12,7 @@ pipeline:
commands:
- wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/tor/tor -P tmp/
- chmod a+x tmp/tor
- export GO111MODULE=on
- go mod vendor
- go get
- go get -u golang.org/x/lint/golint
quality:
when: