From d1dd1091c800d67b1a491f0a04533b99be790d22 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 8 Dec 2017 19:02:43 +0000 Subject: [PATCH] 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 --- playbooks/javascript/post.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/javascript/post.yaml b/playbooks/javascript/post.yaml index a0d39b904e..7a74675915 100644 --- a/playbooks/javascript/post.yaml +++ b/playbooks/javascript/post.yaml @@ -3,4 +3,7 @@ - fetch-javascript-output - version-from-git - fetch-javascript-tarball + +- hosts: localhost + roles: - upload-npm