707dbd0256
- add new entries for #70 and #74 - cleaned-up / enriched a little bit compute and exec tests Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>
17 lines
167 B
CUE
17 lines
167 B
CUE
package testing
|
|
|
|
bar: #dagger: {
|
|
|
|
new_prop: "lala"
|
|
|
|
compute: [{
|
|
do: "fetch-container"
|
|
ref: "busybox"
|
|
},
|
|
{
|
|
do: "exec"
|
|
args: ["true"]
|
|
dir: "/"
|
|
}]
|
|
}
|