aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cirrus.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index fceac968..d49dffae 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -4,7 +4,7 @@ env:
freebsd_task:
name: FBSD+BM
- only_if: $CIRRUS_BRANCH != coverity_scan
+ only_if: $CIRRUS_BRANCH != 'coverity_scan'
freebsd_instance:
matrix:
- image_family: freebsd-11-4
@@ -28,7 +28,7 @@ freebsd_task:
linux_task:
name: LNX+BM
- only_if: $CIRRUS_BRANCH != coverity_scan
+ only_if: $CIRRUS_BRANCH != 'coverity_scan'
container:
image: ubuntu:20.04
cpu: 2
@@ -46,7 +46,7 @@ linux_task:
macos_task:
name: MAC+BM
- only_if: $CIRRUS_BRANCH != coverity_scan
+ only_if: $CIRRUS_BRANCH != 'coverity_scan'
macos_instance:
image: big-sur-xcode
env:
@@ -58,7 +58,7 @@ macos_task:
coverity_task:
name: Coverity Scan
- only_if: $CIRRUS_BRANCH == coverity_scan
+ only_if: $CIRRUS_BRANCH == 'coverity_scan'
container:
image: ubuntu:20.04
cpu: 2