Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
Richard Jones 2021-12-08 16:45:54 -07:00
parent b5b73a3a8f
commit 69ee3750b8
No known key found for this signature in database
GPG Key ID: CFB3A382EB166F4C

View File

@ -6,9 +6,7 @@ import (
) )
engine.#Plan & { engine.#Plan & {
actions: { actions: sayHello: os.#Container & {
sayHello: os.#Container & {
command: "echo Hello Europa!" command: "echo Hello Europa!"
} }
} }
}