tests: gitPull -> gitpull

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2021-12-23 15:38:12 +01:00
parent f0225274c2
commit e182440c8e
7 changed files with 6 additions and 6 deletions

View File

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