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 90cd0d0 commit 863271d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion infra/azure/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ trigger:
pool:
vmImage: 'ubuntu-20.04'

variables:
groups: [1, 2, 3]

stages:

# Fedora
Expand Down Expand Up @@ -45,7 +48,7 @@ stages:

# Galaxy on Fedora

- ${{ each group in [1, 2, 3] }}:
- ${{ each group in groups }}:
- stage: Galaxy_Fedora_Latest
dependsOn: []
jobs:
Expand Down

0 comments on commit 863271d

Please sign in to comment.