mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-13 06:47:28 -08: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:
|
build:
|
||||||
./utility/embed-static.sh web/static web/templates > web/blob/files.go
|
./utility/embed-static.sh web/static web/templates > web/blob/files.go
|
||||||
|
cat web/blob/files.go
|
||||||
$(MAKE) -C model
|
$(MAKE) -C model
|
||||||
go build ./...
|
go build ./...
|
||||||
go build -o prometheus.build
|
go build -o prometheus.build
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
set -x
|
||||||
|
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
package blob
|
package blob
|
||||||
|
|
Loading…
Reference in a new issue