Skip to content

Commit

Permalink
chore(build): remove double make from test upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian committed Jul 31, 2023
1 parent d5464b3 commit 78342cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/test-upgrade.mk
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ifeq ($(UPGRADE_BINARY_VERSION), local)
$(UPGRADE_BINARY): AKASH=$(UPGRADE_BINARY)
$(UPGRADE_BINARY):
mkdir -p $(UPGRADE_BINARY_DIR)
make make -sC $(ROOT_DIR) akash
make -sC $(ROOT_DIR) akash

.PHONY: clean-upgrade-binary
clean-upgrade-binary:
Expand Down

0 comments on commit 78342cc

Please sign in to comment.