build: remove 'compile' step before 'release'

'compile' is implict dependent step for 'release'
This commit is contained in:
Zaiming (Stone) Shi 2022-01-04 14:46:59 +01:00
parent 1302e942c5
commit 3c79966d8b
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ coveralls: $(REBAR)
.PHONY: $(REL_PROFILES)
$(REL_PROFILES:%=%): $(REBAR) get-dashboard conf-segs
@$(REBAR) as $(@) do compile,release
@$(REBAR) as $(@) do release
## Not calling rebar3 clean because
## 1. rebar3 clean relies on rebar3, meaning it reads config, fetches dependencies etc.