mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +01:00
Fixed syntax error in azurepileline settings
Signed-off-by: Hideki SAITO <hsaito@macallan.home.fgrep.org>
This commit is contained in:
parent
1c1dd005c8
commit
162e72182f
3 changed files with 4 additions and 3 deletions
|
|
@ -64,7 +64,7 @@ stages:
|
||||||
- template: templates/matrix.yml
|
- template: templates/matrix.yml
|
||||||
parameters:
|
parameters:
|
||||||
nameFormat: "{0}"
|
nameFormat: "{0}"
|
||||||
testFormat: 2.19/{0OI}
|
testFormat: 2.19/{0}
|
||||||
targets:
|
targets:
|
||||||
- name: Sanity
|
- name: Sanity
|
||||||
test: sanity
|
test: sanity
|
||||||
|
|
@ -92,7 +92,6 @@ stages:
|
||||||
dependsOn: []
|
dependsOn: []
|
||||||
jobs:
|
jobs:
|
||||||
- template: templates/matrix.yml
|
- template: templates/matrix.yml
|
||||||
I
|
|
||||||
parameters:
|
parameters:
|
||||||
nameFormat: "{0}"
|
nameFormat: "{0}"
|
||||||
testFormat: 2.17/{0}
|
testFormat: 2.17/{0}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
~--
|
---
|
||||||
trivial:
|
trivial:
|
||||||
- Bump ansible-core version to 2.20 of devel branch and add 2.19 to CI
|
- Bump ansible-core version to 2.20 of devel branch and add 2.19 to CI
|
||||||
|
|
|
||||||
2
changelogs/fragments/660_ci_azp_syntax.yml
Normal file
2
changelogs/fragments/660_ci_azp_syntax.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
trivial:
|
||||||
|
- AZP - fixed syntax error in CI test.
|
||||||
Loading…
Reference in a new issue