More outputs -> client
Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
parent
baeb19bfe2
commit
8017b29abd
@ -19,10 +19,7 @@ dagger.#Plan & {
|
||||
// actions.fromAndrea.a.export._files."/output.txt"._read
|
||||
// actions.image._dag."1"._exec
|
||||
// actions.image._dag."0"._op
|
||||
outputs: files: test: {
|
||||
dest: "./test_do"
|
||||
contents: actions.test1.one.export.files["/output.txt"]
|
||||
}
|
||||
client: filesystem: "./test_do": write: contents: actions.test1.one.export.files["/output.txt"]
|
||||
|
||||
actions: {
|
||||
image: alpine.#Build & {
|
||||
|
@ -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 & {
|
||||
|
Reference in New Issue
Block a user