643c176982
The zuul releases need to build javascript when making artifacts. We also don't want to use the openstack project-template for zuul and nodepool. Add a new job and remove the release template from project-config. We'll add release-zuul-python from zuul and nodepool .zuul.yaml files. Change-Id: Ic999040ce21e867b2c9279cc3a445fba13a2730f
8 lines
104 B
YAML
8 lines
104 B
YAML
- hosts: all
|
|
roles:
|
|
- fetch-python-sdist-output
|
|
|
|
- hosts: localhost
|
|
roles:
|
|
- sign-artifacts
|