Install new build dependnecy
This commit is contained in:
parent
f2aa83dfb0
commit
c93cd89002
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ build:x86:deb:
|
||||||
image: debian:latest
|
image: debian:latest
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y git-buildpackage dh-golang golang-any golang-github-spf13-cobra-dev golang-github-spf13-viper-dev
|
- apt-get install -y git-buildpackage dh-golang bash-completion golang-any golang-github-spf13-cobra-dev golang-github-spf13-viper-dev
|
||||||
- apt-get install -y ./*.deb && rm -vf *.deb
|
- apt-get install -y ./*.deb && rm -vf *.deb
|
||||||
script:
|
script:
|
||||||
- go run ./cmd/signaldctl doc -o man
|
- go run ./cmd/signaldctl doc -o man
|
||||||
|
|
Loading…
Reference in a new issue