MIGRATED TO https://codefloe.com/crow-plugins/clone
Crow CI plugin for cloning Git repositories
- Go 88.5%
- Just 10%
- Dockerfile 1.5%
| .crow | ||
| .forgejo/issue_template | ||
| .gitsv | ||
| plugin | ||
| .editorconfig | ||
| .editorconfig-checker.json | ||
| .gitignore | ||
| .golangci.yml | ||
| .hadolint.yml | ||
| .markdownlint.yaml | ||
| .pre-commit-config.yaml | ||
| .prettierrc.json | ||
| .yamllint.yaml | ||
| Containerfile | ||
| go.mod | ||
| go.sum | ||
| Justfile | ||
| LICENSE | ||
| README.md | ||
| renovate.json | ||
Clone
Crow CI plugin to clone git repositories.
Build
Build the binary with the following command:
just build
Container
Build the Container image with the following command:
docker buildx build \
--label org.label-schema.build-date=$(date -u +"%Y-%m-%dT%H:%M:%SZ") \
--label org.label-schema.vcs-ref=$(git rev-parse --short HEAD) \
--platform <platform> --output type=docker \
--file Containerfile --tag <username>/clone:<tag> .