e301dfa7b1
Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>
12 lines
114 B
CUE
12 lines
114 B
CUE
package testing
|
|
|
|
#dagger: {
|
|
compute: [
|
|
{
|
|
do: "fetch-git"
|
|
remote: "pork://pork"
|
|
ref: "master"
|
|
}
|
|
]
|
|
}
|