mirror of
https://github.com/ansible/awx.git
synced 2026-05-06 08:57:35 -02:30
Fix sdist builder image
Fallout from https://github.com/ansible/awx/pull/982
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: Get Version from checkout if not provided
|
||||
shell: "git describe --long | sed 's/\\-g.*//' | sed 's/\\-/\\./'"
|
||||
shell: "git describe --long --first-parent | sed 's/\\-g.*//' | sed 's/\\-/\\./'"
|
||||
delegate_to: localhost
|
||||
register: awx_version_command
|
||||
when: awx_version is not defined
|
||||
|
||||
Reference in New Issue
Block a user