File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff 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
@@ -489,11 +490,9 @@ tasks:
489490 set image --image plugin-barman-cloud={{.PLUGIN_IMAGE_NAME}}:{{.IMAGE_VERSION}}
490491 set secret --secret plugin-barman-cloud --from-literal SIDECAR_IMAGE={{.SIDECAR_IMAGE_NAME}}:{{.IMAGE_VERSION}}
491492 directory directory --path kubernetes export --path manifest-build
492- - |
493- dagger << "."
494- manifestbuild=$(host | directory . | with-directory "manifest-build" $(host | directory manifest-build --no-git-auto-ignore ));
495- github.com/sagikazarmark/daggerverse/kustomize@${DAGGER_KUSTOMIZE_SHA} | build $manifestbuild --dir "manifest-build" | export manifest.yaml
496- .
493+ - >
494+ dagger -s call -m github.com/sagikazarmark/daggerverse/kustomize@${DAGGER_KUSTOMIZE_SHA}
495+ build --source . --dir manifest-build export --path manifest.yaml
497496 sources :
498497 - ./config/**/*.yaml
499498 - ./kubernetes/**/*.yaml
You can’t perform that action at this time.
0 commit comments