forked from cerc-io/stack-orchestrator
Support for git hosts other than github (#407)
* Update repository list file * Add host part to repo name * Allow git hosts other than github
This commit is contained in:
@@ -2,9 +2,9 @@ version: "1.0"
|
||||
name: fixturenet-pocket
|
||||
description: "A single node pocket chain that can serve relays from the geth-1 node in eth-fixturenet"
|
||||
repos:
|
||||
- cerc-io/go-ethereum
|
||||
- pokt-network/pocket-core
|
||||
- pokt-network/pocket-core-deployments # contains the dockerfile
|
||||
- github.com/cerc-io/go-ethereum
|
||||
- github.com/pokt-network/pocket-core
|
||||
- github.com/pokt-network/pocket-core-deployments # contains the dockerfile
|
||||
containers:
|
||||
- cerc/go-ethereum
|
||||
- cerc/lighthouse
|
||||
|
||||
Reference in New Issue
Block a user