feat: install go-bindata
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Settel 2022-11-04 21:58:12 +01:00
parent 533bb922f2
commit e478fc26b1
2 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,8 @@ pipeline:
- cd client
- yarn install
- yarn generate
when:
branch: none
backend:
image: golang
commands:

View File

@ -3,6 +3,7 @@ info:
@perl -ne 'm/^([a-zA-Z0-9\-]+):/ && print(" $$1\n");' Makefile
setup:
-which go-bindata || (cd src/ && go get -u github.com/jteeuwen/go-bindata/...)
cd src/ && go mod tidy
build: