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