Fix variable name in npm-publish job
Variable work_root was accidentally set as work_dir. Change-Id: Ib0650027565308e04235b9b7ca48b6470f1f1a0c
This commit is contained in:
parent
28bf5c0dcc
commit
a34de95685
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user