Run upload-npm role on executor

The upload-npm role seems to expect to upload files from the
executor, so in the javascript post playbook we should tell it to
run on localhost rather than the job node.

Change-Id: Iee176655108362545029f87134e9f150e0e35c17
This commit is contained in:
Jeremy Stanley 2017-12-08 19:02:43 +00:00
parent 5b7df2ebf7
commit d1dd1091c8

View File

@ -3,4 +3,7 @@
- fetch-javascript-output
- version-from-git
- fetch-javascript-tarball
- hosts: localhost
roles:
- upload-npm