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.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 & {
|
||||||
|
@ -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 & {
|
||||||
|
Reference in New Issue
Block a user