engine.#Pull implementation

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2021-12-09 15:07:52 -05:00
parent 366e967356
commit ff6c7d1c1f
7 changed files with 162 additions and 2 deletions

10
tests/tasks.bats Normal file
View File

@@ -0,0 +1,10 @@
setup() {
load 'helpers'
common_setup
}
@test "task: #Pull" {
cd "$TESTDIR"/tasks/pull
dagger --europa up
}