digitalpulp / ballast

Ballast development environment for Drupal
GNU General Public License v2.0
18 stars 2 forks source link

Unshallow fails when the source repo is not shallow #55

Closed FatherShawn closed 5 years ago

FatherShawn commented 5 years ago

We have a command in the Deploy command that unshallows the git repository because CodeShip pulls a shallow clone and Acquia does not accept merges from shallow clones.

However if the clone is not shallow, the command fails. Git now has an option to check if the current repo is shallow.