summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-07-14 20:17:03 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-07-14 20:17:05 +0900
commita7dd6763bd1dac7952ace46be58083dbea332a0a (patch)
tree83064f0ef226d05b0b4c300333bf10bc683dbdbe /azure-pipelines.yml
parent45dfd4c09d399124ddc7abd1ae24e1e64019b333 (diff)
Increase fetchDepth to prevent checkout failure
like https://dev.azure.com/rubylang/ruby/_build/results?buildId=1637
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
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