mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-26 21:44:44 +00:00
added sudo for drone 0.3 builds
This commit is contained in:
parent
aa320db9c5
commit
dfb767e970
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ env:
|
||||||
- PATH=$PATH:$GOROOT/bin:$GOPATH/bin
|
- PATH=$PATH:$GOROOT/bin:$GOPATH/bin
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- apt-get -y -qq update
|
- sudo apt-get -y -qq update
|
||||||
- apt-get -y -qq install libsqlite3-dev
|
- sudo apt-get -y -qq install libsqlite3-dev
|
||||||
- make deps
|
- make deps
|
||||||
- make
|
- make
|
||||||
- make test
|
- make test
|
||||||
|
|
Loading…
Reference in a new issue