Cyclic task dependency error fix (workaround?) for #1857

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 <gerhard@lazu.co.uk>
This commit is contained in:
Gerhard Lazu 2022-03-25 16:35:29 +00:00
parent dc5d3340bb
commit a3cd60d140
No known key found for this signature in database
GPG Key ID: A28DE70C9444D7A6

View File

@ -47,7 +47,7 @@ dagger.#Plan & {
}
},
docker.#Copy & {
contents: client.filesystem.".".read.contents
contents: client.filesystem."./".read.contents
dest: "/src"
},
bash.#Run & {