moving some things back to package dagger

Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
Richard Jones
2021-12-17 11:41:08 -07:00
parent 03a740ff1e
commit 140d753d9c
4 changed files with 9 additions and 5 deletions

View File

@@ -1,11 +1,11 @@
package main
import (
"alpha.dagger.io/europa/dagger"
"alpha.dagger.io/europa/dagger/engine"
"alpha.dagger.io/os"
)
dagger.#Plan & {
engine.#Plan & {
actions: {
sayHello: os.#Container & {
command: "echo Hello Europa! > /out.txt"