stdlib: dagger.#Output
Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
committed by
Solomon Hykes
parent
8383efdba6
commit
53f4ef049a
4
.dagger/env/test-core/plan/test-core.cue
vendored
4
.dagger/env/test-core/plan/test-core.cue
vendored
@@ -8,8 +8,8 @@ name: dagger.#Input & {
|
||||
string | *"world"
|
||||
}
|
||||
|
||||
message: "Hello, \(name)!" @dagger(output)
|
||||
message: dagger.#Output & "Hello, \(name)!"
|
||||
|
||||
dir: dagger.#Input & dagger.#Artifact
|
||||
|
||||
samedir: dir @dagger(output)
|
||||
samedir: dagger.#Output & dir
|
||||
|
Reference in New Issue
Block a user