e301dfa7b1
Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>
12 lines
155 B
CUE
12 lines
155 B
CUE
package testing
|
|
|
|
#dagger: {
|
|
compute: [
|
|
{
|
|
do: "fetch-git"
|
|
remote: "https://github.com/blocklayerhq/acme-clothing.git"
|
|
ref: "lalalalal"
|
|
}
|
|
]
|
|
}
|