File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 2424 GOLANGCI_LINT_VERSION : v2.4.0
2525 cmds :
2626 - >
27- GITHUB_REF= dagger -s call -m github.com/sagikazarmark/daggerverse/golangci-lint@${DAGGER_GOLANGCI_LINT_SHA}
28- --version ${GOLANGCI_LINT_VERSION}
29- run --source . --config .golangci.yml stdout
27+ GITHUB_REF= dagger -sc " github.com/sagikazarmark/daggerverse/golangci-lint@${DAGGER_GOLANGCI_LINT_SHA}
28+ --version ${GOLANGCI_LINT_VERSION} |
29+ run . --config .golangci.yml | stdout"
3030 sources :
3131 - ./**/*.go
3232
@@ -490,9 +490,11 @@ tasks:
490490 set image --image plugin-barman-cloud={{.PLUGIN_IMAGE_NAME}}:{{.IMAGE_VERSION}}
491491 set secret --secret plugin-barman-cloud --from-literal SIDECAR_IMAGE={{.SIDECAR_IMAGE_NAME}}:{{.IMAGE_VERSION}}
492492 directory directory --path kubernetes export --path manifest-build
493- - >
494- dagger -s call -m github.com/sagikazarmark/daggerverse/kustomize@${DAGGER_KUSTOMIZE_SHA}
495- build --source . --dir manifest-build export --path manifest.yaml
493+ - |
494+ dagger << "."
495+ manifestbuild=$(host | directory . | with-directory "manifest-build" $(host | directory manifest-build --no-git-auto-ignore ));
496+ github.com/sagikazarmark/daggerverse/kustomize@${DAGGER_KUSTOMIZE_SHA} | build $manifestbuild --dir "manifest-build" | export manifest.yaml
497+ .
496498 sources :
497499 - ./config/**/*.yaml
498500 - ./kubernetes/**/*.yaml
You can’t perform that action at this time.
0 commit comments