Skip to content

Commit

Permalink
Merge pull request #235 from redhatci/pyxis_commit
Browse files Browse the repository at this point in the history
Consider the output change for dev Preflight version
  • Loading branch information
tkrishtop authored Apr 2, 2024
2 parents a11b287 + 7c7d38f commit 47ea164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/pyxis/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

- name: Get latest commit hash for the Preflight release
vars:
preflight_release: "{{ preflight_output.test_library.version }}"
preflight_release: "{{ preflight_output.test_library.version.split('+')[0] }}"
ansible.builtin.uri:
url: >
https://api.github.com/repos/redhat-openshift-ecosystem/openshift-preflight/git/refs/tags/{{ preflight_release }}
Expand Down

0 comments on commit 47ea164

Please sign in to comment.