This commit is contained in:
parent
e478fc26b1
commit
8f7ec91912
@ -8,7 +8,8 @@ pipeline:
|
||||
when:
|
||||
branch: none
|
||||
backend:
|
||||
image: golang
|
||||
image: golang:1.18-alpine
|
||||
commands:
|
||||
- apk add go-bindata
|
||||
- make -C server setup
|
||||
- make -C server build
|
||||
|
@ -3,7 +3,6 @@ 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