12 lines
170 B
CUE
12 lines
170 B
CUE
|
package main
|
||
|
|
||
|
import (
|
||
|
"alpha.dagger.io/git"
|
||
|
)
|
||
|
|
||
|
manifest: git.#Repository & {
|
||
|
remote: "https://github.com/dagger/examples.git"
|
||
|
ref: "main"
|
||
|
subdir: "todoapp/k8s"
|
||
|
}
|