From 5cae381bfbd78900ac4a360baca8b522c1d8f459 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Wed, 30 Oct 2024 20:25:01 -0300 Subject: [PATCH] fixup! STILL NEED SOME WORK --- infra/azure/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/azure/azure-pipelines.yml b/infra/azure/azure-pipelines.yml index 2f1fc99e91..1cf4437b41 100644 --- a/infra/azure/azure-pipelines.yml +++ b/infra/azure/azure-pipelines.yml @@ -48,7 +48,7 @@ stages: # Galaxy on Fedora -- ${{ each group in split(groups, ",") }}: +- ${{ each group in split(variables.groups, ', ') }}: - stage: Galaxy_Fedora_Latest dependsOn: [] jobs: