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