From 6ccf60000e4b87a56791fca58ccf4f2b36275478 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 2 Mar 2021 22:36:03 +0100 Subject: [PATCH] CI was accidentally not using 2.9/2.10 for remotes. (#97) --- .azure-pipelines/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 369b36b3..daeddcac 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -183,7 +183,7 @@ stages: - template: templates/matrix.yml parameters: nameFormat: RHEL {0} - testFormat: devel/rhel/{0} + testFormat: 2.10/rhel/{0} targets: - test: '7.8' - test: '8.2' @@ -199,7 +199,7 @@ stages: - template: templates/matrix.yml parameters: nameFormat: RHEL {0} - testFormat: devel/rhel/{0} + testFormat: 2.9/rhel/{0} targets: - test: '8.2' groups: