Merge pull request #2683 from balena-io/fix-makefile

Fix Makefile
This commit is contained in:
Alexis Svinartchouk 2019-03-07 17:54:00 +01:00 committed by GitHub
commit 2d4170e0d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,7 @@
# --------------------------------------------------------------------- # ---------------------------------------------------------------------
RESIN_SCRIPTS ?= ./scripts/resin RESIN_SCRIPTS ?= ./scripts/resin
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
@ -97,8 +98,7 @@ electron-develop: | $(BUILD_TEMPORARY_DIRECTORY)
-b $(shell pwd) \ -b $(shell pwd) \
-r $(TARGET_ARCH) \ -r $(TARGET_ARCH) \
-s $(PLATFORM) \ -s $(PLATFORM) \
-n $(BUILD_TEMPORARY_DIRECTORY)/npm \ -m $(NPM_VERSION)
-a $(S3_BUCKET)
electron-test: electron-test:
$(RESIN_SCRIPTS)/electron/test.sh \ $(RESIN_SCRIPTS)/electron/test.sh \

@ -1 +1 @@
Subproject commit 72c17151e38967d56d574376845ecc67629fa10a Subproject commit c95db735919edb9ab9f0d454468f01c818f72281