![Adam Coldrick](/assets/img/avatar_default.png)
The publish-openstack-javascript-content job specifies `playbooks/javascript/publish.yaml` as a post-run playbook, but this playbook doesn't exist. This commit adds this missing playbook, which fetches the javascript output and tarball for publishing to tarballs.o.o. Change-Id: I6c0ad5e2e0d35f3d331e4dd18edca79a4649b79a
7 lines
107 B
YAML
7 lines
107 B
YAML
- hosts: all
|
|
roles:
|
|
- fetch-javascript-output
|
|
- version-from-git
|
|
- fetch-javascript-tarball
|
|
|