Skip to content

Commit

Permalink
Update start-solidity-qa-workflows.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jg8481 committed Sep 15, 2024
1 parent ac364e1 commit 40aebae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions start-solidity-qa-workflows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -761,13 +761,13 @@ if [ "$1" == "Stop-And-Clean-Up-Docker-Bot-RPA-Tasks" ]; then
docker stop $(docker ps -a -q) &&
docker rm $(docker ps -a -q)
cd ./alchemy-sdk-docker-blockchain-tools
docker compose -f docker compose.yml down
docker compose -f docker compose.yml rm -f
docker compose -f docker compose.yml build
docker compose -f docker-compose.yml down
docker compose -f docker-compose.yml rm -f
docker compose -f docker-compose.yml build
cd ./infura-websocket-docker-blockchain-tools
docker compose -f docker compose.yml down
docker compose -f docker compose.yml rm -f
docker compose -f docker compose.yml build
docker compose -f docker-compose.yml down
docker compose -f docker-compose.yml rm -f
docker compose -f docker-compose.yml build
TIMESTAMP2=$(date)
echo "This build ended on $TIMESTAMP2."
fi
Expand Down

0 comments on commit 40aebae

Please sign in to comment.