8b577d4106
When using npm to install locally, it wants to write a node_modules tree in the current path. Since the default path of a command is the path where the playbook resides and this is not writeable on a zuul executor, change to the writeable workdir first. Change-Id: Ib4f632c0b9e3f5842e3cd649b6ca7ecb8042e7e3 |
||
---|---|---|
.. | ||
defaults | ||
tasks | ||
templates | ||
README.rst |
Upload javascript packages to npm
Role Variables
Complex argument which contains the information about the npm server as well as the authentication information needed. It is expected that this argument comes from a Secret. This role expects to be run on the executor.
Username to use to log in to npm.
Password to use to log in to npm.
Email associated with the npm account.
npm author name.
npm author url.
npm author email.