d7a805f42b
Signed-off-by: Solomon Hykes <solomon@dagger.io>
11 lines
127 B
CUE
11 lines
127 B
CUE
package testing
|
|
|
|
import "alpha.dagger.io/dagger/op"
|
|
|
|
#up: [
|
|
op.#FetchGit & {
|
|
remote: "pork://pork"
|
|
ref: "master"
|
|
},
|
|
]
|