From 63d9437fed2d4f9071bd0ce0bf7cb5b24da1b5af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thoralf=20M=C3=BCller?= Date: Tue, 5 Sep 2023 10:43:16 +0200 Subject: [PATCH] Add comment --- .github/actions/private-tangle/setup/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/private-tangle/setup/action.yml b/.github/actions/private-tangle/setup/action.yml index 6383c08f47..be937278b9 100644 --- a/.github/actions/private-tangle/setup/action.yml +++ b/.github/actions/private-tangle/setup/action.yml @@ -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