Skip to content

Commit

Permalink
debug passing of env variables between steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristure committed Feb 28, 2024
1 parent 1b7ba01 commit 4d0115a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build_local_tesnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,16 @@ jobs:
path: mx-chain-deploy-go

- name: Generate config
id: generate-config
run: |
cd ${GITHUB_WORKSPACE}/scripts/docker-testnet
export TESTNETDIR=${GITHUB_WORKSPACE}/docker-testnet
./prepare.sh
- name: Build images
run: |
docker compose build
echo "TESTNETDIR=${TESTNETDIR}" >> $GITHUB_OUTPUT
- name: Deploy local testnet
run: |
echo ${TESTNETDIR}
echo $TESTNETDIR
docker compose up -d
sleep 30s
docker ps -a

0 comments on commit 4d0115a

Please sign in to comment.