mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 16:30:19 +00:00
5ea99fdd5b
This initial version of yamlgen generates deploy/scc.yaml based on the deployment artifact that is provided by the new api/deploy/ocp package. Signed-off-by: Niels de Vos <ndevos@redhat.com>
9 lines
82 B
YAML
9 lines
82 B
YAML
language: go
|
|
go:
|
|
- "1.9"
|
|
- "1.10"
|
|
- "1.11"
|
|
script:
|
|
- go test
|
|
- go build
|