Add rule_checker and console templates to archive
This commit is contained in:
parent
b8fa0a9f8d
commit
ab3e08e070
2
Makefile
2
Makefile
|
@ -35,7 +35,7 @@ docker: build
|
|||
tarball: $(ARCHIVE)
|
||||
|
||||
$(ARCHIVE): build
|
||||
tar -czf $(ARCHIVE) prometheus
|
||||
tar -czf $(ARCHIVE) prometheus tools/rule_checker/rule_checker consoles console_libraries
|
||||
|
||||
release: REMOTE ?= $(error "can't upload, REMOTE not set")
|
||||
release: REMOTE_DIR ?= $(error "can't upload, REMOTE_DIR not set")
|
||||
|
|
Loading…
Reference in New Issue