Skip to content

Commit

Permalink
cosmetic chaanges.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristure committed Mar 14, 2024
1 parent 8722613 commit 90b5a51
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build_local_tesnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
run: |
docker build -f docker/node/Dockerfile . -t node:dev
docker build -f docker/seednode/Dockerfile . -t seednode:dev
# docker build -f mx-chain-proxy-go/docker/Dockerfile . -t proxy:dev
- name: Start localnet
id: generate-config
Expand All @@ -53,11 +52,3 @@ jobs:
docker ps
sleep 1m
curl http://localhost:7950
#
# - name: Deploy local testnet
# run: |
# export TESTNETDIR=${GITHUB_WORKSPACE}/docker-testnet
# echo ${TESTNETDIR}
# docker compose up -d
# docker ps -a
# docker logs seednode

0 comments on commit 90b5a51

Please sign in to comment.