1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Increase fetchDepth to prevent checkout failure

like https://dev.azure.com/rubylang/ruby/_build/results?buildId=1637
This commit is contained in:
Takashi Kokubun 2019-07-14 20:17:03 +09:00
parent 45dfd4c09d
commit a7dd6763bd
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -22,7 +22,7 @@ jobs:
sudo apt-get build-dep ruby2.3
displayName: "Install dependencies"
- checkout: self
fetchDepth: 10
fetchDepth: 20
- script: |
autoconf
./configure