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

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