This commit is contained in:
parent
533bb922f2
commit
e478fc26b1
@ -5,6 +5,8 @@ pipeline:
|
|||||||
- cd client
|
- cd client
|
||||||
- yarn install
|
- yarn install
|
||||||
- yarn generate
|
- yarn generate
|
||||||
|
when:
|
||||||
|
branch: none
|
||||||
backend:
|
backend:
|
||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
|
@ -3,6 +3,7 @@ info:
|
|||||||
@perl -ne 'm/^([a-zA-Z0-9\-]+):/ && print(" $$1\n");' Makefile
|
@perl -ne 'm/^([a-zA-Z0-9\-]+):/ && print(" $$1\n");' Makefile
|
||||||
|
|
||||||
setup:
|
setup:
|
||||||
|
-which go-bindata || (cd src/ && go get -u github.com/jteeuwen/go-bindata/...)
|
||||||
cd src/ && go mod tidy
|
cd src/ && go mod tidy
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user