From f13406b2f8c932259c459ed362fa31277f0b2e05 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 21 Mar 2017 14:36:26 +0100 Subject: [PATCH] fix build errors --- build-scripts/resinhup-build/create_resinhup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 build-scripts/resinhup-build/create_resinhup.sh diff --git a/build-scripts/resinhup-build/create_resinhup.sh b/build-scripts/resinhup-build/create_resinhup.sh old mode 100644 new mode 100755 index da38e3ddf..4a953d668 --- a/build-scripts/resinhup-build/create_resinhup.sh +++ b/build-scripts/resinhup-build/create_resinhup.sh @@ -45,7 +45,7 @@ case $MACHINE in DOCKER_FILE_NAME="Dockerfile.raspberrypi3" ;; "raspberrypi2") - DOCKER_FILE_NAME="Dockerfile.raspberryp-i2" + DOCKER_FILE_NAME="Dockerfile.raspberryp-pi2" ;; "raspberrypi") DOCKER_FILE_NAME="Dockerfile.raspberry-pi" @@ -61,7 +61,7 @@ echo "[INFO] Setup workspace" mkdir -p $BUILD_DIR git clone https://github.com/resin-os/resinhup $WORKSPACE -cd $WORKSPACE && git checkout $DOCKER_TAG +cd $WORKSPACE && git checkout $RESINHUB_VER cp $DOCKER_FILE_NAME Dockerfile