14
tests/plan/hello-europa/main.cue
Normal file
14
tests/plan/hello-europa/main.cue
Normal file
@@ -0,0 +1,14 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"alpha.dagger.io/dagger/engine"
|
||||
"alpha.dagger.io/os"
|
||||
)
|
||||
|
||||
engine.#Plan & {
|
||||
actions: {
|
||||
sayHello: os.#Container & {
|
||||
command: "echo Hello Europa!"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user