crow-plugins/clone
Crow CI plugin for cloning Git repositories
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> .