Merge dagger.io/dagger/engine into dagger.io/dagger

Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
Solomon Hykes
2022-02-16 18:37:16 +00:00
parent bf6d463833
commit c2766c265b
116 changed files with 658 additions and 750 deletions

View File

@@ -1,9 +1,11 @@
package main
import "dagger.io/dagger/engine"
import (
"dagger.io/dagger"
)
engine.#Plan & {
actions: badremote: engine.#GitPull & {
dagger.#Plan & {
actions: badremote: dagger.#GitPull & {
remote: "https://github.com/blocklayerhq/lalalala.git"
ref: "master"
}