More outputs -> client

Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
Joel Longtine 2022-03-08 13:05:03 -07:00
parent baeb19bfe2
commit 8017b29abd
2 changed files with 2 additions and 8 deletions

View File

@ -19,10 +19,7 @@ dagger.#Plan & {
// actions.fromAndrea.a.export._files."/output.txt"._read // actions.fromAndrea.a.export._files."/output.txt"._read
// actions.image._dag."1"._exec // actions.image._dag."1"._exec
// actions.image._dag."0"._op // actions.image._dag."0"._op
outputs: files: test: { client: filesystem: "./test_do": write: contents: actions.test1.one.export.files["/output.txt"]
dest: "./test_do"
contents: actions.test1.one.export.files["/output.txt"]
}
actions: { actions: {
image: alpine.#Build & { image: alpine.#Build & {

View File

@ -8,10 +8,7 @@ import (
) )
dagger.#Plan & { dagger.#Plan & {
outputs: files: dagger: { client: filesystem: "./dagger_do": write: contents: actions.test.b.y.export.files["/output.txt"]
dest: "./dagger_do"
contents: actions.test.b.y.export.files["/output.txt"]
}
actions: { actions: {
image: alpine.#Build & { image: alpine.#Build & {