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:
@@ -47,7 +47,7 @@ dagger.#Plan & {
|
||||
}
|
||||
},
|
||||
docker.#Copy & {
|
||||
contents: client.filesystem.".".read.contents
|
||||
contents: client.filesystem."./".read.contents
|
||||
dest: "/src"
|
||||
},
|
||||
bash.#Run & {
|
||||
|
||||
Reference in New Issue
Block a user