cue fmt
Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
parent
3003b31be3
commit
6a7b5f3337
@ -3,14 +3,12 @@ package main
|
||||
import "alpha.dagger.io/europa/dagger/engine"
|
||||
|
||||
engine.#Plan & {
|
||||
actions: {
|
||||
data: engine.#WriteFile & {
|
||||
actions: data: engine.#WriteFile & {
|
||||
input: engine.#Scratch
|
||||
path: "/test"
|
||||
permissions: 0o600
|
||||
contents: "foobar"
|
||||
}
|
||||
}
|
||||
|
||||
outputs: directories: test: {
|
||||
contents: actions.data.output
|
||||
|
Reference in New Issue
Block a user