Adds support for op.#FetchHTTP
Signed-off-by: Edgar Lee <edgarhinshunlee@gmail.com>
This commit is contained in:
9
tests/ops/fetch-http/exist/main.cue
Normal file
9
tests/ops/fetch-http/exist/main.cue
Normal file
@@ -0,0 +1,9 @@
|
||||
package testing
|
||||
|
||||
import "alpha.dagger.io/dagger/op"
|
||||
|
||||
#up: [
|
||||
op.#FetchHTTP & {
|
||||
url: "https://releases.dagger.io/dagger/latest_version"
|
||||
},
|
||||
]
|
Reference in New Issue
Block a user