We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e2dc9 commit 4eb109bCopy full SHA for 4eb109b
Taskfile.yml
@@ -325,11 +325,12 @@ tasks:
325
env:
326
_EXPERIMENTAL_DAGGER_RUNNER_HOST: docker-container://{{ .DAGGER_ENGINE_CONTAINER_NAME }}
327
cmds:
328
- - |
329
- dagger << "."
330
- ca=$(host | directory . --no-git-auto-ignore | file "certs/ca.pem");
331
- "dagger/e2e/" | run-ephemeral . --ca $ca --registry {{.REGISTRY_NAME}}:{{.REGISTRY_PORT}} --go-version {{ .GOLANG_IMAGE_VERSION }}
332
- .
+ - >
+ GITHUB_REF= dagger call -m dagger/e2e/ run-ephemeral
+ --source .
+ --ca certs/ca.pem
+ --registry {{.REGISTRY_NAME}}:{{.REGISTRY_PORT}}
333
+ --go-version {{ .GOLANG_IMAGE_VERSION }}
334
335
ci:
336
desc: Run the CI pipeline
0 commit comments