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

@ -1,14 +1,12 @@
package main
import (
"alpha.dagger.io/dagger/engine"
"alpha.dagger.io/os"
"alpha.dagger.io/dagger/engine"
"alpha.dagger.io/os"
)
engine.#Plan & {
actions: {
sayHello: os.#Container & {
command: "echo Hello Europa!"
}
}
}
actions: sayHello: os.#Container & {
command: "echo Hello Europa!"
}
}