1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00

[Generate] Dashboards assets

This commit is contained in:
ajanikow 2022-09-05 13:50:21 +00:00
parent 1089ad6a70
commit 032ed0472c
No known key found for this signature in database
GPG key ID: D59E36FB488484FA
2 changed files with 85 additions and 85 deletions

View file

@ -281,7 +281,7 @@ dashboard/assets.go:
-v $(DASHBOARDDIR)/public:/usr/code/public:ro \
-v $(DASHBOARDDIR)/src:/usr/code/src:ro \
$(DASHBOARDBUILDIMAGE)
$(GOPATH)/bin/go-assets-builder -s /dashboard/build/ -o dashboard/assets.go -p dashboard dashboard/build
$(GOASSETSBUILDER) -s /dashboard/build/ -o dashboard/assets.go -p dashboard dashboard/build
.PHONY: bin bin-all
bin: $(BIN)

File diff suppressed because one or more lines are too long