git: de40e928fb5a - stable/13 - Cirrus-CI: remove svn2git remnant

Ed Maste emaste at FreeBSD.org
Fri Mar 5 17:49:03 UTC 2021


The branch stable/13 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=de40e928fb5ae58567a08372e1ab793b9c4a2a24

commit de40e928fb5ae58567a08372e1ab793b9c4a2a24
Author:     Ed Maste <emaste at FreeBSD.org>
AuthorDate: 2021-01-29 14:34:27 +0000
Commit:     Ed Maste <emaste at FreeBSD.org>
CommitDate: 2021-03-05 17:46:12 +0000

    Cirrus-CI: remove svn2git remnant
    
    Previously Cirrus was skipped on svn_head to avoid running CI on two
    different branches with identical content.  With the transition to git
    this serves no purpose.
    
    Reported by:    kevans
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit f17fc5439f517d06ac8976f53354789cde5a7427)
---
 .cirrus.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 71bd02a2ca8c..c577ca8aeca3 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -11,7 +11,6 @@ env:
   CIRRUS_CLONE_DEPTH: 1
 
 task:
-  only_if: $CIRRUS_BRANCH != 'svn_head'
   timeout_in: 120m
   install_script:
   - pkg install -y qemu42 uefi-edk2-qemu-x86_64 llvm11


More information about the dev-commits-src-all mailing list