Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
Joel Longtine 2022-01-07 16:46:43 -07:00
parent a184fe6fce
commit 62b58f7e39

View File

@ -5,13 +5,10 @@ import (
)
engine.#Plan & {
actions: {
build: engine.#Build & {
actions: build: engine.#Build & {
source: engine.#Scratch
dockerfile: contents: "FROM scratch"
// Assert that output is engine.#Scratch
output: engine.#Scratch
}
}
}