Skip to content

Commit

Permalink
Fix GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
Janaka-Steph committed Sep 20, 2023
1 parent 96db472 commit 2886414
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/tdexd-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ docker run -it -u 0:0 -d --name oceand \
--network="nigiri" \
ghcr.io/vulpemventures/oceand:v0.1.17

docker logs oceand

echo "starting tdexd"
echo ""

Expand All @@ -49,6 +51,7 @@ docker run -it -u 0:0 -d --name tdexd \
--network="nigiri" \
ghcr.io/tdex-network/tdexd:v1.0.1

docker logs tdexd

echo ""
echo "init wallet"
Expand Down

0 comments on commit 2886414

Please sign in to comment.