CircleCI-Public / CircleCI-Public/circleci-cli
Blobless clone not supported for this git version
- Dominant language
- Go
- Stars
- 459
- Forks
- 255
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 59
Description
When running from orb `orb-tools`
```
version: 2.1
setup: true
orbs:
orb-tools: circleci/orb-tools@12
shellcheck: circleci/shellcheck@3
filters: &filters
tags:
only: /.*/
workflows:
lint-pack:
jobs:
- orb-tools/lint:
filters: *filters
- orb-tools/pack:
filters: *filters
- orb-tools/review:
orb_name: utils
filters: *filters
exclude: RC006 # GitHub repository is private
- shellcheck/check:
filters: *filters
# Triggers the next workflow in the Orb Development Kit.
- orb-tools/continue:
pipeline_number: << pipeline.number >>
vcs_type: << pipeline.project.type >>
orb_name: utils
requires: [orb-tools/lint, orb-tools/pack, orb-tools/review, shellcheck/check]
filters: *filters
```
The Dockerfiles on this repo need updating
Contributor guide
Research direction
Locate the Dockerfiles referenced by the issue and inspect how their Git version is installed or configured. Reproduce the orb-tools workflow if possible, then update the Dockerfiles so blobless clone is supported for the affected Git version and verify the workflow succeeds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dockerfile, git
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100