David Boreham
6d620ba9c2
* Support @branch notation in stack.yml * Refactor and support branches directive
11 lines
192 B
YAML
11 lines
192 B
YAML
version: "1.0"
|
|
name: test
|
|
description: "A test stack"
|
|
repos:
|
|
- github.com/cerc-io/laconicd
|
|
- git.vdb.to/cerc-io/test-project@test-branch
|
|
containers:
|
|
- cerc/test-container
|
|
pods:
|
|
- test
|