This commit is contained in:
parent
533bb922f2
commit
e478fc26b1
@ -5,6 +5,8 @@ pipeline:
|
||||
- cd client
|
||||
- yarn install
|
||||
- yarn generate
|
||||
when:
|
||||
branch: none
|
||||
backend:
|
||||
image: golang
|
||||
commands:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user