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.
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.