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 & {
|
engine.#Plan & {
|
||||||
actions: {
|
actions: build: engine.#Build & {
|
||||||
|
source: engine.#Scratch
|
||||||
build: engine.#Build & {
|
dockerfile: contents: "FROM scratch"
|
||||||
source: engine.#Scratch
|
// Assert that output is engine.#Scratch
|
||||||
dockerfile: contents: "FROM scratch"
|
output: engine.#Scratch
|
||||||
// Assert that output is engine.#Scratch
|
|
||||||
output: engine.#Scratch
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user