From f4b8e2ece0b5a9451fa2c7a5789fda0ea4abfca5 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 5 Oct 2022 14:58:38 +0100 Subject: [PATCH] ci: 7.17 is not available for the daily run (#1417) --- .ci/schedule-daily.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/schedule-daily.groovy b/.ci/schedule-daily.groovy index 5c1d7134858..adc1ec0f02e 100644 --- a/.ci/schedule-daily.groovy +++ b/.ci/schedule-daily.groovy @@ -20,7 +20,7 @@ pipeline { stages { stage('Nighly beats builds') { steps { - runBuilds(quietPeriodFactor: 2000, branches: ['main', '8.', '8.', '7.']) + runBuilds(quietPeriodFactor: 2000, branches: ['main', '8.', '8.']) } } }