Merge pull request #2758 from balena-io/makefile-npm-version

Export NPM_VERSION variable in Makefile
This commit is contained in:
Alexis Svinartchouk 2019-04-30 18:03:21 +02:00 committed by GitHub
commit dae047eff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

1
.gitattributes vendored
View File

@ -25,6 +25,7 @@ Makefile text
*.yml text
*.patch text
*.txt text
CODEOWNERS text
# Binary files (no line-ending conversions)
*.bz2 binary diff=hex

2
CODEOWNERS Normal file
View File

@ -0,0 +1,2 @@
* @thundron @zvin @jviotti
/scripts @nazrhom

View File

@ -3,7 +3,7 @@
# ---------------------------------------------------------------------
RESIN_SCRIPTS ?= ./scripts/resin
NPM_VERSION ?= 6.7.0
export NPM_VERSION ?= 6.7.0
S3_BUCKET = artifacts.ci.balena-cloud.com
# This directory will be completely deleted by the `clean` rule