mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-21 03:16:00 -08:00
Remove temporary debugging.
This commit is contained in:
parent
e458e18dc5
commit
1f80b17cb7
1
Makefile
1
Makefile
|
@ -20,7 +20,6 @@ test: build
|
||||||
|
|
||||||
build:
|
build:
|
||||||
./utility/embed-static.sh web/static web/templates | gofmt > web/blob/files.go
|
./utility/embed-static.sh web/static web/templates | gofmt > 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,5 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -x
|
|
||||||
|
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
package blob
|
package blob
|
||||||
|
|
Loading…
Reference in a new issue