Fetch javascript output on publish jobs too

We were only fetching the tarballs on the release jobs, not on the
publish jobs. That makes the publish job not so much of a publish job.

Change-Id: I8e6b12e61bcc42d2896c4fb574aaf6f1718e1bdb
This commit is contained in:
Monty Taylor
2018-01-23 13:47:14 -06:00
parent 2f80ef8c80
commit e63337cfe1
2 changed files with 2 additions and 1 deletions

View File

@@ -873,6 +873,7 @@
Publish javascript content tarballs to tarballs.openstack.org
pre-run: playbooks/javascript/pre.yaml
run: playbooks/javascript/content.yaml
post-run: playbooks/javascript/publish.yaml
- job:
name: release-openstack-javascript
@@ -881,7 +882,7 @@
Release javascript tarballs to npm.
pre-run: playbooks/javascript/pre.yaml
run: playbooks/javascript/tarball.yaml
post-run: playbooks/javascript/post.yaml
post-run: playbooks/javascript/release.yaml
secrets:
- npm_credentials
- gpg_key