Update mobymask-v2 stack with lighthouse-cli and branch checkout feature (#425)

* Update optimism stack yml for lighthouse-cli

* Use branch checkout feature in mobymask stack
This commit is contained in:
2023-06-07 18:48:59 +05:30
committed by GitHub
parent d19b9a65b9
commit 32f8d65bb8
8 changed files with 14 additions and 76 deletions
@@ -30,22 +30,6 @@ Clone required repositories:
# 100%|##############################################################################################################################################| 1.41k/1.41k [00:18<00:00, 76.4B/s]
```
Checkout to the required versions and branches in repos:
```bash
# watcher-ts
cd ~/cerc/watcher-ts
git checkout v0.2.41
# mobymask-v2-watcher-ts
cd ~/cerc/mobymask-v2-watcher-ts
git checkout v0.1.1
# MobyMask
cd ~/cerc/MobyMask
git checkout v0.1.2
```
Build the container images:
```bash