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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user