e301dfa7b1
Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>
19 lines
199 B
CUE
19 lines
199 B
CUE
package testing
|
|
|
|
bar: string
|
|
|
|
#dagger: {
|
|
compute: [
|
|
{
|
|
do: "fetch-container"
|
|
ref: "alpine"
|
|
},
|
|
{
|
|
do: "exec"
|
|
dir: "/"
|
|
args: ["sh", "-c", "echo \(foo.bar)"]
|
|
}
|
|
]
|
|
foo: bar: bar
|
|
}
|