git-shallow-clone-orb icon indicating copy to clipboard operation
git-shallow-clone-orb copied to clipboard

circleci orb to execute git shallow clone for faster checkout.

Results 7 git-shallow-clone-orb issues
Sort by recently updated
recently updated
newest added

Official annoucement had been added to CircleCI Ideas [" Allow for Shallow Clone command in 2.0"](https://circleci.canny.io/cloud-feature-requests/p/allow-for-shallow-clone-command-in-20) which state planning offer an blobless clone. What a great news to all CircleCI...

announcement

This line in git clone shallow: `git config --global url."ssh://[email protected]".insteadOf "https://github.com" || true` Is causing composer install to fail with: ``` [RuntimeException] Failed to clone https://github.com/Pi-George/laminas-file.git via https, ssh protocols,...

help wanted

First I tried to replace the "normal" checkout step with the following ```yaml working_directory: ~/project/api steps: - unless: condition: or: - equal: [ true, > ] - equal: [ true,...

There are GitHub test but no bitbucket test. This is due to I don't have account and needs to do. But it may help when there's fingerprint issue.

enhancement

Current test will run when PUSH or PR happen. Schedule test let me know if there any issue event code have no change.

enhancement
good first issue

### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Describe the problem imposed by not having this feature Sometimes...

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues ### Orb version 2.5.0 ### Current behavior I use the simple checkout command in...

bug