Releases: bitrise-steplib/steps-git-clone
Releases · bitrise-steplib/steps-git-clone
3.3.2
3.3.1
Minimal revision, to make the Step work with Go 1.5.x too. Minimum Go requirement is 1.5
now, it was 1.6
for the previous version.
3.3.0
- rewrite in go
- retry with wait time
git fetch --tags
before checkout tag- removed ssh operations (handled by activate-ssh-key step)
- fix for: depth specified and required commit not found
3.2.0
3.1.1
3.1.0
- Removed deprecated and unused/left-over options
- Removed sensitive information from logging
3.0.0
- won't delete the specified destination dir anymore
2.2.0
Fixing issue if the clone destination directory is the current directory
2.1.0
bitrise.yml update