gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 154/222: cirrus: Increase the git clone depth.


From: gnunet
Subject: [gnurl] 154/222: cirrus: Increase the git clone depth.
Date: Thu, 07 Nov 2019 00:10:50 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 60fcd39383d3c7fb48b92379610d6d65d4544c30
Author: Dan Fandrich <address@hidden>
AuthorDate: Wed Oct 9 10:55:06 2019 +0200

    cirrus: Increase the git clone depth.
    
    If more commits are submitted to master between the time of triggering
    the first Cirrus build and the time the final build gets started, the
    desired commit is no longer at HEAD and the build will error out.
    [skip ci]
---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 3fea4ec3e..2eeb4b1ff 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -13,7 +13,7 @@ task:
       image_family: freebsd-10-4
 
   env:
-    CIRRUS_CLONE_DEPTH: 1
+    CIRRUS_CLONE_DEPTH: 10
     MAKE_FLAGS: -j 2
 
   pkginstall_script:

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]