Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
reee
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon Bear committed Oct 30, 2023
1 parent 52e089c commit 750b056
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ forge-build: |

forge-clean: |
@forge clean --root $(CONTRACTS_DIR)



#################
Expand Down Expand Up @@ -162,7 +163,7 @@ start-multi:

stop-multi:
@cd e2e/testapp/docker && docker-compose down

#################
# unit #
#################
Expand Down
4 changes: 2 additions & 2 deletions e2e/testapp/docker/one-click.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
# TITLE.

sh ./reset-temp.sh
sh ./reset-temp.sh

# Stop the old one
docker-compose stop
Expand All @@ -42,4 +42,4 @@ docker exec -d -it polard-node3 bash -c ./scripts/seed-start.sh


# Wait for all background processes to finish
wait
wait

0 comments on commit 750b056

Please sign in to comment.