From f17fc5439f517d06ac8976f53354789cde5a7427 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Fri, 29 Jan 2021 09:34:27 -0500 Subject: [PATCH] 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