Add publish-to-pypi to ansible-config_template

ansible-config_template had missing publish jobs,
this patch adds it. The job added in project repo[1], but
to get job run in already released tag adding template
to project-config.

[1] https://review.opendev.org/#/c/730318/

Change-Id: I61f588912769274682cfadc1fca80da71d94d0a8
This commit is contained in:
yatinkarel 2020-05-26 13:33:03 +05:30
parent 7f10d908e6
commit 18dbb21c81
1 changed files with 1 additions and 3 deletions

View File

@ -1240,11 +1240,9 @@
- project:
name: openstack/ansible-config_template
release:
jobs:
- announce-release
templates:
- official-openstack-repo-jobs
- publish-to-pypi
- project:
name: openstack/ansible-hardening