e6c482cb83
Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>
21 lines
240 B
CUE
21 lines
240 B
CUE
package testing
|
|
|
|
teststring: {
|
|
string
|
|
|
|
#dagger: {
|
|
compute: [
|
|
{
|
|
do: "fetch-container"
|
|
ref: "alpine"
|
|
},
|
|
{
|
|
do: "export"
|
|
// Source path in the container
|
|
source: "/tmp/lalala"
|
|
format: "string"
|
|
},
|
|
]
|
|
}
|
|
}
|