diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2019-07-14 20:17:03 +0900 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2019-07-14 20:17:05 +0900 |
| commit | a7dd6763bd1dac7952ace46be58083dbea332a0a (patch) | |
| tree | 83064f0ef226d05b0b4c300333bf10bc683dbdbe | |
| parent | 45dfd4c09d399124ddc7abd1ae24e1e64019b333 (diff) | |
Increase fetchDepth to prevent checkout failure
like https://dev.azure.com/rubylang/ruby/_build/results?buildId=1637
| -rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1db7c120dc..7714121c73 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,7 +22,7 @@ jobs: sudo apt-get build-dep ruby2.3 displayName: "Install dependencies" - checkout: self - fetchDepth: 10 + fetchDepth: 20 - script: | autoconf ./configure |
