d7a805f42b
Signed-off-by: Solomon Hykes <solomon@dagger.io>
10 lines
112 B
CUE
10 lines
112 B
CUE
package testing
|
|
|
|
import "alpha.dagger.io/dagger/op"
|
|
|
|
#up: [
|
|
op.#FetchContainer & {
|
|
ref: "doesnotexist"
|
|
},
|
|
]
|