[前][次][番号順一覧][スレッド一覧]

ruby-changes:56480

From: Takashi <ko1@a...>
Date: Sun, 14 Jul 2019 20:17:35 +0900 (JST)
Subject: [ruby-changes:56480] Takashi Kokubun: a7dd6763bd (master): Increase fetchDepth to prevent checkout failure

https://git.ruby-lang.org/ruby.git/commit/?id=a7dd6763bd

From a7dd6763bd1dac7952ace46be58083dbea332a0a Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Sun, 14 Jul 2019 20:17:03 +0900
Subject: Increase fetchDepth to prevent checkout failure

like https://dev.azure.com/rubylang/ruby/_build/results?buildId=1637

diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 1db7c12..7714121 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -22,7 +22,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L22
       sudo apt-get build-dep ruby2.3
     displayName: "Install dependencies"
   - checkout: self
-    fetchDepth: 10
+    fetchDepth: 20
   - script: |
       autoconf
       ./configure
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]