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