mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Make version recognizable as pre-release
This commit is contained in:
@@ -28,7 +28,7 @@ tags:
|
|||||||
- awx
|
- awx
|
||||||
- ansible
|
- ansible
|
||||||
- automation
|
- automation
|
||||||
version: devel
|
version: 0.0.1-devel
|
||||||
build_ignore:
|
build_ignore:
|
||||||
- tools
|
- tools
|
||||||
- setup.cfg
|
- setup.cfg
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- name: Make substitutions in source to sync with templates
|
- name: Make substitutions in source to sync with templates
|
||||||
set_fact:
|
set_fact:
|
||||||
collection_version_override: devel
|
collection_version_override: 0.0.1-devel
|
||||||
|
|
||||||
- name: Template the galaxy.yml file
|
- name: Template the galaxy.yml file
|
||||||
template:
|
template:
|
||||||
|
|||||||
Reference in New Issue
Block a user