mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-28 05:36:34 +00:00
Merge pull request #2758 from balena-io/makefile-npm-version
Export NPM_VERSION variable in Makefile
This commit is contained in:
commit
dae047eff1
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -25,6 +25,7 @@ Makefile text
|
|||||||
*.yml text
|
*.yml text
|
||||||
*.patch text
|
*.patch text
|
||||||
*.txt text
|
*.txt text
|
||||||
|
CODEOWNERS text
|
||||||
|
|
||||||
# Binary files (no line-ending conversions)
|
# Binary files (no line-ending conversions)
|
||||||
*.bz2 binary diff=hex
|
*.bz2 binary diff=hex
|
||||||
|
2
CODEOWNERS
Normal file
2
CODEOWNERS
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
* @thundron @zvin @jviotti
|
||||||
|
/scripts @nazrhom
|
2
Makefile
2
Makefile
@ -3,7 +3,7 @@
|
|||||||
# ---------------------------------------------------------------------
|
# ---------------------------------------------------------------------
|
||||||
|
|
||||||
RESIN_SCRIPTS ?= ./scripts/resin
|
RESIN_SCRIPTS ?= ./scripts/resin
|
||||||
NPM_VERSION ?= 6.7.0
|
export NPM_VERSION ?= 6.7.0
|
||||||
S3_BUCKET = artifacts.ci.balena-cloud.com
|
S3_BUCKET = artifacts.ci.balena-cloud.com
|
||||||
|
|
||||||
# This directory will be completely deleted by the `clean` rule
|
# This directory will be completely deleted by the `clean` rule
|
||||||
|
Loading…
x
Reference in New Issue
Block a user