zuul-jobs/roles/upload-npm
Monty Taylor 2862cddb6a
Source nvm before using it
According to https://github.com/creationix/nvm#install-script,
we should, you know, actually source the script rather than just cloning
the repo and then ignoring it.

Change-Id: I046af8d38cf7288fcb3fac74cd6839d4e006ca90
2017-12-06 11:29:11 -06:00
..
defaults Update upload-npm credentials secret 2017-11-22 09:49:19 -06:00
tasks Source nvm before using it 2017-12-06 11:29:11 -06:00
templates Update upload-npm credentials secret 2017-11-22 09:49:19 -06:00
README.rst Update upload-npm credentials secret 2017-11-22 09:49:19 -06:00

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.