Skip to content

Commit

Permalink
Fixup: Try to have better names
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeffman committed Nov 13, 2024
1 parent 88ea9a5 commit b41c781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/azure/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ stages:
# Supported distros

- ${{ each distro in split(variables.distros, ',') }}:
- stage: ${{ join('_', split(distro, '-')) }}
- stage: ${{ replace(distro, '-', '_' }}_ansible_${{ replace(replace(variables.ansbile_version, '-', '_'), '.', '_') }}
dependsOn: []
jobs:
- template: templates/group_tests.yml
Expand Down

0 comments on commit b41c781

Please sign in to comment.