mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-30 15:22:07 +00:00
Makefile: remove package-base dependency from publish
rule, since this dep is set inside all the publish-*
dependencies
This is a follow-up for d4099a75be
This commit is contained in:
parent
e94ec36ef6
commit
00f8c55efd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -81,7 +81,7 @@ vmcluster-crossbuild: \
|
|||
vmcluster-freebsd-amd64 \
|
||||
vmcluster-openbsd-amd64
|
||||
|
||||
publish: package-base \
|
||||
publish: \
|
||||
publish-vminsert \
|
||||
publish-vmselect \
|
||||
publish-vmstorage
|
||||
|
|
Loading…
Reference in a new issue