mirror of
https://github.com/prometheus/alertmanager
synced 2025-02-16 10:37:09 +00:00
Fix the assets make target
Presumable, it broke with the introduction of Go modules Signed-off-by: beorn7 <beorn@soundcloud.com>
This commit is contained in:
parent
083639e31e
commit
6f0e911dd1
2
Makefile
2
Makefile
@ -28,7 +28,7 @@ PRECHECK_OPTIONS_bzr = version
|
||||
build-all: assets apiv2 build
|
||||
|
||||
assets: ui/app/script.js ui/app/index.html ui/app/lib template/default.tmpl
|
||||
cd $(PREFIX)/asset && $(GO) generate
|
||||
GO111MODULE=$(GO111MODULE) $(GO) generate ./asset
|
||||
@$(GOFMT) -w ./asset
|
||||
|
||||
ui/app/script.js: $(shell find ui/app/src -iname *.elm) api/v2/openapi.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user