12 lines
147 B
CUE
12 lines
147 B
CUE
|
package testing
|
||
|
|
||
|
#dagger: {
|
||
|
compute: [
|
||
|
{
|
||
|
do: "fetch-git"
|
||
|
remote: "https://github.com/blocklayerhq/lalalala.git"
|
||
|
ref: "master"
|
||
|
}
|
||
|
]
|
||
|
}
|