b3bdd347e7
Signed-off-by: Helder Correia <174525+helderco@users.noreply.github.com>
14 lines
208 B
CUE
14 lines
208 B
CUE
package main
|
|
|
|
import (
|
|
"dagger.io/dagger"
|
|
"dagger.io/dagger/core"
|
|
)
|
|
|
|
dagger.#Plan & {
|
|
actions: badremote: core.#GitPull & {
|
|
remote: "https://github.com/blocklayerhq/lalalala.git"
|
|
ref: "master"
|
|
}
|
|
}
|