mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
Makefile: remove duplicate -cluster
suffix from tar.gz file generated by make release
, since this suffix must be already present in PKG_TAG
This commit is contained in:
parent
1dd736a75c
commit
e399b948de
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -41,7 +41,7 @@ release: \
|
||||||
vminsert-prod \
|
vminsert-prod \
|
||||||
vmselect-prod \
|
vmselect-prod \
|
||||||
vmstorage-prod
|
vmstorage-prod
|
||||||
cd bin && tar czf victoria-metrics-$(PKG_TAG)-cluster.tar.gz vminsert-prod vmselect-prod vmstorage-prod
|
cd bin && tar czf victoria-metrics-$(PKG_TAG).tar.gz vminsert-prod vmselect-prod vmstorage-prod
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
GO111MODULE=on gofmt -l -w -s ./lib
|
GO111MODULE=on gofmt -l -w -s ./lib
|
||||||
|
|
Loading…
Reference in a new issue