Fix drone panic for not finding its assets
This commit is contained in:
parent
ece091f1d9
commit
57213c503c
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ env:
|
|||
- PATH=$PWD/Godeps/_workspace/bin:/var/cache/drone/bin:$PATH
|
||||
script:
|
||||
- sudo apt-get -y install libsqlite3-dev sqlite3 1> /dev/null 2> /dev/null
|
||||
- make embed
|
||||
- make build-dist
|
||||
- make test
|
||||
- make dpkg
|
||||
|
|
Loading…
Reference in a new issue