Skip to content

Commit

Permalink
update makefile to import data
Browse files Browse the repository at this point in the history
  • Loading branch information
kingpinXD committed Jun 21, 2024
1 parent fd4ba61 commit e563675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ start-e2e-import-mainnet-test: zetanode
cd contrib/localnet/ && ./scripts/import-data.sh mainnet && $(DOCKER) compose -f docker-compose.yml -f docker-compose-import-data.yml up -d

start-e2e-import-mainnet-upgrade: zetanode-upgrade
@echo "--> Starting upgrade test"
cd contrib/localnet/ && $(DOCKER) compose -f docker-compose.yml -f docker-compose-import-upgrade.yml up -d
@echo "--> Starting import-data upgrade test"
cd contrib/localnet/ && ./scripts/import-data.sh && $(DOCKER) compose -f docker-compose.yml -f docker-compose-import-upgrade.yml up -d

stop-test:
cd contrib/localnet/ && $(DOCKER) compose down --remove-orphans
Expand Down

0 comments on commit e563675

Please sign in to comment.