wip: start simple
This commit is contained in:
9
files/testconfig/one.go
Normal file
9
files/testconfig/one.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package testconfig
|
||||
|
||||
var One = `service:
|
||||
one:
|
||||
command: "mycommand -o output"
|
||||
two:
|
||||
command: ["cmd", "now"]
|
||||
workdir: /
|
||||
`
|
||||
6
files/testconfig/one.yml
Normal file
6
files/testconfig/one.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
service:
|
||||
one:
|
||||
command: "mycommand -o output"
|
||||
two:
|
||||
command: ["cmd", "now"]
|
||||
workdir: /
|
||||
Reference in New Issue
Block a user