MIGRATED TO https://codefloe.com/crow-plugins/clone Crow CI plugin for cloning Git repositories
This repository has been archived on 2026-01-14. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Go 88.5%
  • Just 10%
  • Dockerfile 1.5%
crowci-bot 1d9033bd28
All checks were successful
ci/crow/push/changelog Pipeline was successful
ci/crow/push/test Pipeline was successful
ci/crow/push/publish Pipeline was successful
chore(deps): update pre-commit hook adrienverge/yamllint to v1.38.0
2026-01-14 00:37:21 +00:00
.crow chore(deps): update codeberg.org/crow-plugins/docker-buildx docker tag to v2.1.0 2026-01-09 00:37:07 +00:00
.forgejo/issue_template chore: add issue templates 2025-07-20 16:46:29 +02:00
.gitsv ci: add git-sv config 2025-07-19 11:22:06 +02:00
plugin refactor: move go files into plugin/ 2025-07-20 14:11:40 +02:00
.editorconfig refactor: restrucutre & rename 2025-07-18 20:32:20 +02:00
.editorconfig-checker.json refactor: restrucutre & rename 2025-07-18 20:32:20 +02:00
.gitignore refactor: rename binary to plugin-clone 2025-07-20 14:33:03 +02:00
.golangci.yml refactor: restrucutre & rename 2025-07-18 20:32:20 +02:00
.hadolint.yml add precommit and linters (#103) 2023-11-16 02:45:19 +01:00
.markdownlint.yaml add precommit and linters (#103) 2023-11-16 02:45:19 +01:00
.pre-commit-config.yaml chore(deps): update pre-commit hook adrienverge/yamllint to v1.38.0 2026-01-14 00:37:21 +00:00
.prettierrc.json refactor: restrucutre & rename 2025-07-18 20:32:20 +02:00
.yamllint.yaml chore: update pre-commit, add yamllint 2025-07-20 16:25:02 +02:00
Containerfile chore(deps): update alpine docker tag to v3.23 2025-12-05 00:37:38 +00:00
go.mod chore(deps): update dependency go to v1.25.5 2025-12-03 00:37:14 +00:00
go.sum chore(deps): update module github.com/urfave/cli/v3 to v3.6.1 2025-11-18 00:38:07 +00:00
Justfile refactor: rename binary to plugin-clone 2025-07-20 14:33:03 +02:00
LICENSE add precommit and linters (#103) 2023-11-16 02:45:19 +01:00
README.md chore: add badges to README 2025-07-20 16:22:29 +02:00
renovate.json refactor: restrucutre & rename 2025-07-18 20:32:20 +02:00

Clone


status-badge Latest release License: Apache-2.0


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> .