c2766c265b
Signed-off-by: Solomon Hykes <solomon@dagger.io>
13 lines
188 B
CUE
13 lines
188 B
CUE
package main
|
|
|
|
import (
|
|
"dagger.io/dagger"
|
|
)
|
|
|
|
dagger.#Plan & {
|
|
actions: gitPull: dagger.#GitPull & {
|
|
remote: "https://github.com/blocklayerhq/acme-clothing.git"
|
|
ref: "master"
|
|
}
|
|
}
|