mirror of
https://github.com/prometheus-community/ansible
synced 2025-02-16 12:48:26 +00:00
fix: omit minor from version discovery
Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
parent
327b04203a
commit
3b2601a298
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ansible-ci.yml
vendored
2
.github/workflows/ansible-ci.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
id: supported-ansible-versions
|
||||
uses: mikefarah/yq@master
|
||||
with:
|
||||
cmd: yq -o json -I=0 '.requires_ansible | split(",") | .[] |= sub("(.*?)(\d+\.\d+)"; "stable-${2}")' meta/runtime.yml
|
||||
cmd: yq -o json -I=0 '.requires_ansible | split(",") | .[] |= sub("(.*?)(\d+\.\d+)(.*)"; "stable-${2}")' meta/runtime.yml
|
||||
|
||||
ansible-test-sanity:
|
||||
uses: ./.github/workflows/ansible-test-sanity.yml
|
||||
|
|
Loading…
Add table
Reference in a new issue