Work in progress: re-write changelog.com example for Europa
Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
committed by
Solomon Hykes
parent
6d4d10a002
commit
8b5a801380
@@ -19,8 +19,8 @@ import (
|
||||
|
||||
// Run a command in a container
|
||||
#Run: {
|
||||
run: true // FIXME
|
||||
image: #Image
|
||||
input: image // for compatibility with #Build
|
||||
|
||||
always: bool | *false
|
||||
|
||||
@@ -104,7 +104,10 @@ import (
|
||||
message: string | *null
|
||||
}
|
||||
|
||||
output: {
|
||||
output?: {
|
||||
// FIXME: hack for #Build compatibility
|
||||
#Image
|
||||
|
||||
rootfs?: dagger.#FS & _exec.output
|
||||
files: [path=string]: {
|
||||
contents: string
|
||||
|
Reference in New Issue
Block a user