Adam Coldrick c2a5d24982 Add a playbook for publishing javascript tarballs
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
2018-02-12 21:58:05 +00:00

7 lines
107 B
YAML

- hosts: all
roles:
- fetch-javascript-output
- version-from-git
- fetch-javascript-tarball