1f640d3e25
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
11 lines
154 B
CUE
11 lines
154 B
CUE
package testing
|
|
|
|
import "dagger.io/dagger/op"
|
|
|
|
#up: [
|
|
op.#FetchGit & {
|
|
remote: "https://github.com/blocklayerhq/lalalala.git"
|
|
ref: "master"
|
|
},
|
|
]
|