From dc5d3340bbb0c30d461a34d08f5b7c88bb25e189 Mon Sep 17 00:00:00 2001 From: Gerhard Lazu Date: Fri, 25 Mar 2022 16:34:37 +0000 Subject: [PATCH] Capture cyclic task dependency error 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 ❯ bin/dagger do build 4:32PM FTL failed to execute plan: cyclic task dependency: task client.filesystem."./_build".write refers to task actions.build.contents._copy refers to task actions.build.run._exec refers to task actions.test._exec refers to task actions.deps._dag."2"._exec refers to task actions.deps._dag."1"._copy refers to task client.filesystem."./_build".write: /Users/gerhard/github.com/gerhard/dagger/pkg/universe.dagger.io/cue.mod/pkg/dagger.io/dagger/fs.cue:114:2 /Users/gerhard/github.com/gerhard/dagger/pkg/universe.dagger.io/docker/build.cue:49:2 /Users/gerhard/github.com/gerhard/dagger/pkg/universe.dagger.io/docker/run.cue:162:2 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 1722f2d3..c2143c3e 100644 --- a/pkg/universe.dagger.io/examples/todoapp/todoapp.cue +++ b/pkg/universe.dagger.io/examples/todoapp/todoapp.cue @@ -19,7 +19,7 @@ dagger.#Plan & { } client: { filesystem: { - ".": read: { + "./": read: { contents: dagger.#FS exclude: [ "README.md",