Skip to content

Commit

Permalink
fixup! STILL NEED SOME WORK
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeffman committed Oct 30, 2024
1 parent c4abff9 commit 09e04f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/azure/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pool:
vmImage: 'ubuntu-20.04'

variables:
- groups: [1, 2, 3]
groups: "1, 2, 3"

stages:

Expand Down Expand Up @@ -48,7 +48,7 @@ stages:

# Galaxy on Fedora

- ${{ each group in groups }}:
- ${{ each group in split(groups, ",") }}:
- stage: Galaxy_Fedora_Latest
dependsOn: []
jobs:
Expand Down

0 comments on commit 09e04f9

Please sign in to comment.