mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 20:01:02 +00:00
upgrade dpkg in 0.4 branch
This commit is contained in:
parent
53eb20f5b9
commit
ba4e6b0978
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ env:
|
|||
- GOROOT=/usr/local/go
|
||||
- PATH=$PATH:$GOROOT/bin:$GOPATH/bin
|
||||
script:
|
||||
- apt-get update && apt-get -y install dpkg
|
||||
- sudo apt-get update && sudo apt-get -y install dpkg
|
||||
- git clone git://github.com/gin-gonic/gin.git $GOPATH/src/github.com/gin-gonic/gin
|
||||
- go get -u github.com/jteeuwen/go-bindata/...
|
||||
- make bindata deps
|
||||
|
|
Loading…
Reference in a new issue