Skip to content

Commit 4eb109b

Browse files
committed
chore(deps): update Taskfile to 0.18.18
Signed-off-by: Leonardo Cecchi <[email protected]>
1 parent e7e2dc9 commit 4eb109b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Taskfile.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -325,11 +325,12 @@ tasks:
325325
env:
326326
_EXPERIMENTAL_DAGGER_RUNNER_HOST: docker-container://{{ .DAGGER_ENGINE_CONTAINER_NAME }}
327327
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-
.
328+
- >
329+
GITHUB_REF= dagger call -m dagger/e2e/ run-ephemeral
330+
--source .
331+
--ca certs/ca.pem
332+
--registry {{.REGISTRY_NAME}}:{{.REGISTRY_PORT}}
333+
--go-version {{ .GOLANG_IMAGE_VERSION }}
333334
334335
ci:
335336
desc: Run the CI pipeline

0 commit comments

Comments
 (0)