Commit Graph

5 Commits

Author SHA1 Message Date
Corentin Ardeois e0c8d84b6e fix .npmrc file generation
When we pass an `auth-token`, a `.npmrc` file is generated but it's value could be invalid
The parameter substitution to set a default value on `NPM_` was not working.

Github action defines the `NPM_*` environment variables with a null value, but we were setting a default value only if the environment variable was not set at all.
2019-10-15 14:38:37 -04:00
Marc-Antoine ae944a02b7 Backport entrypoint.sh from npm action
I just backported changes made in the NPM action
2019-04-21 21:40:20 +02:00
Borales 8176e4b218 fix: lint warnings 2018-12-30 13:17:00 +01:00
Borales 5101185ef5 fix: using printf cmd properly 2018-12-30 11:37:25 +01:00
Borales 7c76ec9392 Initial commit 2018-11-30 21:14:28 +01:00