cue fmt
Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
parent
1a555315b2
commit
648e508c60
@ -45,13 +45,11 @@ dagger.#Plan & {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependent: {
|
dependent: one: bash.#Run & {
|
||||||
one: bash.#Run & {
|
|
||||||
input: test.one.output
|
input: test.one.output
|
||||||
script: contents: "cat /output.txt"
|
script: contents: "cat /output.txt"
|
||||||
export: files: "/output.txt": string
|
export: files: "/output.txt": string
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
notMe: bash.#Run & {
|
notMe: bash.#Run & {
|
||||||
input: image.output
|
input: image.output
|
||||||
|
Reference in New Issue
Block a user