From a3cd60d14012f198d6f05e71f6de16f94305bb00 Mon Sep 17 00:00:00 2001 From: Gerhard Lazu Date: Fri, 25 Mar 2022 16:35:29 +0000 Subject: [PATCH] Cyclic task dependency error fix (workaround?) for #1857 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit universe.dagger.io/examples/todoapp on  europa-docs-plan-tanguy-fresh-pair-of-eyes [$!] via  v17.4.0 took 3s ❯ bin/dagger do build [✔] actions.build.run.script 0.0s [✔] actions.deps 4.2s [✔] client.filesystem."./".read 3.0s [✔] actions.test.script 0.0s [✔] actions.test 0.8s [✔] actions.build.run 3.1s [✔] actions.build.contents 0.0s [✔] client.filesystem."./_build".write 0.1s Signed-off-by: Gerhard Lazu --- pkg/universe.dagger.io/examples/todoapp/todoapp.cue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/universe.dagger.io/examples/todoapp/todoapp.cue b/pkg/universe.dagger.io/examples/todoapp/todoapp.cue index c2143c3e..9dcd1b02 100644 --- a/pkg/universe.dagger.io/examples/todoapp/todoapp.cue +++ b/pkg/universe.dagger.io/examples/todoapp/todoapp.cue @@ -47,7 +47,7 @@ dagger.#Plan & { } }, docker.#Copy & { - contents: client.filesystem.".".read.contents + contents: client.filesystem."./".read.contents dest: "/src" }, bash.#Run & {