Merge "Use fetch-javascript-content-tarball role"

This commit is contained in:
Zuul 2018-03-06 22:10:25 +00:00 committed by Gerrit Code Review
commit 281c2f9c08
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
- hosts: all
roles:
- fetch-javascript-output
- fetch-javascript-tarball
- fetch-javascript-content-tarball

View File

@ -842,7 +842,11 @@
name: publish-openstack-javascript-content
parent: publish-openstack-artifacts
description: |
Publish javascript content tarballs to tarballs.openstack.org
Publish javascript content tarballs to tarballs.openstack.org.
Content tarballs contain the built javascript/css/html artifacts. They
are different from source tarballs, which are handled by the
publish-openstack-javascript-tarball job.
pre-run: playbooks/javascript/pre.yaml
run: playbooks/javascript/content.yaml
post-run: playbooks/javascript/publish.yaml