-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from PowerLoom/dockerify
Latest release v1.2
- Loading branch information
Showing
16 changed files
with
2,940 additions
and
2,287 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
source .env | ||
|
||
echo "setting up codebase..."; | ||
echo "setting up codebase..." | ||
|
||
rm -rf snapshotter-lite-local-collector; | ||
git clone https://github.com/PowerLoom/snapshotter-lite-local-collector.git; | ||
cd ./snapshotter-lite-local-collector; | ||
git checkout simulation_node_bi; | ||
cd ..; | ||
rm -rf snapshotter-lite-local-collector | ||
git clone https://github.com/PowerLoom/snapshotter-lite-local-collector.git | ||
cd ./snapshotter-lite-local-collector | ||
git checkout feat/trusted-relayers | ||
cd .. | ||
|
||
echo "bootstrapping complete!"; | ||
echo "bootstrapping complete!" |
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
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
Oops, something went wrong.