Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M committed Sep 5, 2023
1 parent 255019a commit 63d9437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/private-tangle/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ runs:
echo "rm *.snapshot" >> cleanup.sh
chmod +x cleanup.sh
# remove the last 5 lines and add docker compose with `-d` to run it in the background
sed -i -n -e :a -e '1,5!{P;N;D;};N;ba' run.sh
echo "docker compose -f \$DOCKER_COMPOSE_FILE up -d" >> run.sh
working-directory: iota-core/tools/docker-network
Expand Down

0 comments on commit 63d9437

Please sign in to comment.