env updates
This commit is contained in:
parent
a66d54d238
commit
4d92925170
@ -1,5 +1,5 @@
|
|||||||
# ------------------------------------------------------------------------
|
# ------------------------------------------------------------------------
|
||||||
from mcluseau/golang-builder:1.14.1 as build
|
from mcluseau/golang-builder:1.15.1 as build
|
||||||
|
|
||||||
# ------------------------------------------------------------------------
|
# ------------------------------------------------------------------------
|
||||||
from debian:stretch
|
from debian:stretch
|
||||||
|
@ -4,3 +4,7 @@
|
|||||||
prep: docker build --build-arg GOPROXY=$GOPROXY -t dls .
|
prep: docker build --build-arg GOPROXY=$GOPROXY -t dls .
|
||||||
#daemon +sigterm: /var/lib/direktil/test-run
|
#daemon +sigterm: /var/lib/direktil/test-run
|
||||||
}
|
}
|
||||||
|
|
||||||
|
**/*.proto !dist/**/* {
|
||||||
|
prep: for mod in @mods; do protoc -I ./ --go_out=plugins=grpc,paths=source_relative:. $mod; done
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user