git: f17fc5439f51 - main - Cirrus-CI: remove svn2git remnant

Ed Maste emaste at FreeBSD.org
Fri Jan 29 14:38:55 UTC 2021


The branch main has been updated by emaste:

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

commit f17fc5439f517d06ac8976f53354789cde5a7427
Author:     Ed Maste <emaste at FreeBSD.org>
AuthorDate: 2021-01-29 14:34:27 +0000
Commit:     Ed Maste <emaste at FreeBSD.org>
CommitDate: 2021-01-29 14:37:47 +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
---
 .cirrus.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index a35b40c113b4..ce6f8202a6d8 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -8,7 +8,6 @@ freebsd_instance:
   memory: 24G
 
 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