Skip to content

Releases: bitrise-steplib/steps-git-clone

3.3.2

01 Aug 14:37
Compare
Choose a tag to compare
  • print git log command outputs
  • retry count increased to 2
  • wait time decreased to 5 sec

3.3.1

01 Aug 09:08
Compare
Choose a tag to compare

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.

  • [cfb22b5] prep for v3.3.1
  • [deb46b9] bitrise.yml minimal revision (releaseman related)
  • [92e9241] readme - requirements - Go 1.5
  • [5f58d3c] ci workflow - export GO15VENDOREXPERIMENT=1
  • [d886f84] test - export GO15VENDOREXPERIMENT=1
  • [81f7427] enable GO15VENDOREXPERIMENT for Go 1.5

3.3.0

29 Jul 12:05
Compare
Choose a tag to compare
  • 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

31 Mar 11:07
Compare
Choose a tag to compare
  • New Input: clone_depth -- Allows to limit fetching to the specified number of commits

3.1.1

09 Mar 14:25
Compare
Choose a tag to compare
  • print commit hash

3.1.0

06 Nov 14:38
Compare
Choose a tag to compare
  • Removed deprecated and unused/left-over options
  • Removed sensitive information from logging

3.0.0

11 Sep 13:30
Compare
Choose a tag to compare
  • won't delete the specified destination dir anymore

2.2.0

11 Sep 12:15
Compare
Choose a tag to compare

Fixing issue if the clone destination directory is the current directory

2.1.0

10 Sep 10:43
Compare
Choose a tag to compare
bitrise.yml update