Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase git clone depth to 10 #876

Merged
merged 1 commit into from
Oct 12, 2016
Merged

Increase git clone depth to 10 #876

merged 1 commit into from
Oct 12, 2016

Conversation

BanzaiMan
Copy link
Contributor

Summary

This PR increases the git clone depth, so that builds can proceed when multiple commits are pushed before a build runs.

See, for example, https://travis-ci.org/yarnpkg/yarn/jobs/167023508#L121 for an example of the build failure.

Test plan

Not applicable.


Since this repository has a lot of commits, cloning with
depth 1 can cause builds to fail erroneously when the commit
to test is not available in the shallow clone.

Since this repository has a lot of commits, cloning with
depth 1 can cause builds to fail erroneously when the commit
to test is not available in the shallow clone.
@sebmck sebmck merged commit 7bb8278 into yarnpkg:master Oct 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants