Skip to content

Commit 1d6cb82

Browse files
Enable build of dogfood branches (#1334)
1 parent 5182468 commit 1d6cb82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ build_container_definition: &BUILD_CONTAINER_DEFINITION
5656
memory: 2G
5757

5858
only_sonarsource_qa: &ONLY_SONARSOURCE_QA
59-
only_if: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && ($CIRRUS_PR != "" || $CIRRUS_BRANCH == 'master' || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BUILD_SOURCE == 'api' )
59+
only_if: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && ($CIRRUS_PR != "" || $CIRRUS_BRANCH == 'master' || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BUILD_SOURCE == 'api' || $CIRRUS_BRANCH =~ "dogfood-on-.*")
6060

6161
build_task:
6262
<<: *BUILD_CONTAINER_DEFINITION

0 commit comments

Comments
 (0)