mirror of
https://github.com/prometheus/prometheus
synced 2024-12-26 00:23:18 +00:00
Enable debugging (set -x) on embed-static.sh.
This commit is contained in:
parent
920c59e12d
commit
aed8270a97
1
Makefile
1
Makefile
@ -20,6 +20,7 @@ test: build
|
||||
|
||||
build:
|
||||
./utility/embed-static.sh web/static web/templates > web/blob/files.go
|
||||
cat web/blob/files.go
|
||||
$(MAKE) -C model
|
||||
go build ./...
|
||||
go build -o prometheus.build
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -x
|
||||
|
||||
cat <<EOF
|
||||
package blob
|
||||
|
Loading…
Reference in New Issue
Block a user