0501ae91a5
Signed-off-by: Edgar Lee <edgarhinshunlee@gmail.com>
10 lines
148 B
CUE
10 lines
148 B
CUE
package testing
|
|
|
|
import "alpha.dagger.io/dagger/op"
|
|
|
|
#up: [
|
|
op.#FetchHTTP & {
|
|
url: "https://releases.dagger.io/dagger/nonexistent_version"
|
|
},
|
|
]
|