-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
34 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...tions/private-tangle/tear-down/action.yml → ...actions/iota-sandbox/tear-down/action.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
name: 'private-tangle-tear-down' | ||
description: 'tear-down a private tangle' | ||
name: 'iota-sandbox-tear-down' | ||
description: 'tear-down a iota sandbox' | ||
runs: | ||
using: "composite" | ||
steps: | ||
- name: Tear down private tangle | ||
- name: Tear down iota sandbox | ||
shell: bash | ||
run: | | ||
# TODO: use next line when a working hornet release is published | ||
#cd private_tangle | ||
# TODO: remove next line when a working hornet release is published | ||
cd hornet/private_tangle | ||
cd iota-sandbox/sandbox | ||
docker-compose down | ||
cd .. | ||
sudo rm -rf private_tangle | ||
sudo rm -rf iota-sandbox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters