From: Malena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com> Date: Mon, 25 Apr 2022 11:16:32 +0000 (+0200) Subject: BUILD-1529 Do not promote on branch-nightly-build X-Git-Tag: 9.5.0.56709~216 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=adc7b775698154811b7d06360f8a02a7907b1183;p=sonarqube.git BUILD-1529 Do not promote on branch-nightly-build --- diff --git a/.cirrus.yml b/.cirrus.yml index 44299a20aa3..45f3cc81f5a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -473,7 +473,7 @@ qa_ldap_task: <<: *REPORTS_JUNIT_SCREENSHOTS_ON_FAILURE_TEMPLATE promote_task: - <<: *ONLY_DEFAULT_DEPENDING_ON_BUILD_TEMPLATE + only_if: $CIRRUS_BRANCH != "public_master" || $CIRRUS_BRANCH != "branch-nightly-build" depends_on: - build - validate