Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
Joel Longtine 2022-01-07 15:50:24 -07:00
parent 3003b31be3
commit 6a7b5f3337

View File

@ -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: {