Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
Joel Longtine 2022-03-08 09:07:52 -07:00
parent 1a555315b2
commit 648e508c60

View File

@ -45,13 +45,11 @@ dagger.#Plan & {
}
}
dependent: {
one: bash.#Run & {
dependent: one: bash.#Run & {
input: test.one.output
script: contents: "cat /output.txt"
export: files: "/output.txt": string
}
}
notMe: bash.#Run & {
input: image.output