Fix variable name in npm-publish job

Variable work_root was accidentally set as work_dir.

Change-Id: Ib0650027565308e04235b9b7ca48b6470f1f1a0c
This commit is contained in:
Sean McGinnis 2017-12-04 15:35:25 -06:00
parent 28bf5c0dcc
commit a34de95685
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@
cmd: |
nvm install node
nvm use node
npm publish --ignore-scripts {{ zuul.executor.work_dir }}/artifacts/{{ zuul.project.short_name }}-{{ project_ver }}.tar.gz
npm publish --ignore-scripts {{ zuul.executor.work_root }}/artifacts/{{ zuul.project.short_name }}-{{ project_ver }}.tar.gz