d7a805f42b
Signed-off-by: Solomon Hykes <solomon@dagger.io>
11 lines
165 B
CUE
11 lines
165 B
CUE
package testing
|
|
|
|
import "alpha.dagger.io/dagger/op"
|
|
|
|
#up: [
|
|
op.#FetchGit & {
|
|
remote: "https://github.com/blocklayerhq/acme-clothing.git"
|
|
ref: "master"
|
|
},
|
|
]
|