e301dfa7b1
Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>
16 lines
148 B
CUE
16 lines
148 B
CUE
package testing
|
|
|
|
#dagger: {
|
|
compute: [
|
|
{
|
|
do: "fetch-container"
|
|
ref: "alpine"
|
|
},
|
|
{
|
|
do: "exec"
|
|
args: ["true"]
|
|
dir: "/"
|
|
}
|
|
]
|
|
}
|