cue fmt
Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
parent
a184fe6fce
commit
62b58f7e39
@ -5,13 +5,10 @@ import (
|
||||
)
|
||||
|
||||
engine.#Plan & {
|
||||
actions: {
|
||||
|
||||
build: engine.#Build & {
|
||||
source: engine.#Scratch
|
||||
dockerfile: contents: "FROM scratch"
|
||||
// Assert that output is engine.#Scratch
|
||||
output: engine.#Scratch
|
||||
}
|
||||
actions: build: engine.#Build & {
|
||||
source: engine.#Scratch
|
||||
dockerfile: contents: "FROM scratch"
|
||||
// Assert that output is engine.#Scratch
|
||||
output: engine.#Scratch
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user