David Boreham
ec6b5439f4
* Update repository list file * Add host part to repo name * Allow git hosts other than github
32 lines
760 B
YAML
32 lines
760 B
YAML
version: "1.0"
|
|
name: mobymask-v2
|
|
repos:
|
|
- github.com/cerc-io/go-ethereum
|
|
- github.com/dboreham/foundry
|
|
- github.com/ethereum-optimism/optimism
|
|
- github.com/ethereum-optimism/op-geth
|
|
- github.com/cerc-io/watcher-ts
|
|
- github.com/cerc-io/mobymask-v2-watcher-ts
|
|
- github.com/cerc-io/MobyMask
|
|
containers:
|
|
- cerc/go-ethereum
|
|
- cerc/lighthouse
|
|
- cerc/fixturenet-eth-geth
|
|
- cerc/fixturenet-eth-lighthouse
|
|
- cerc/foundry
|
|
- cerc/optimism-contracts
|
|
- cerc/optimism-l2geth
|
|
- cerc/optimism-op-batcher
|
|
- cerc/optimism-op-node
|
|
- cerc/watcher-ts
|
|
- cerc/watcher-mobymask-v2
|
|
- cerc/react-peer
|
|
- cerc/mobymask-ui
|
|
- cerc/mobymask
|
|
pods:
|
|
- fixturenet-eth
|
|
- fixturenet-optimism
|
|
- watcher-mobymask-v2
|
|
- mobymask-app
|
|
- peer-test-app
|