From c391c2a3fe4df2909a110932d562858b2c0cdb2b Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 24 Mar 2017 00:29:24 +0100 Subject: [PATCH] change to own resinhup they support external resinos --- build-scripts/resinhup-build/create_resinhup.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-scripts/resinhup-build/create_resinhup.sh b/build-scripts/resinhup-build/create_resinhup.sh index 4a953d668..7ff7f31b4 100755 --- a/build-scripts/resinhup-build/create_resinhup.sh +++ b/build-scripts/resinhup-build/create_resinhup.sh @@ -60,10 +60,8 @@ esac echo "[INFO] Setup workspace" mkdir -p $BUILD_DIR -git clone https://github.com/resin-os/resinhup $WORKSPACE -cd $WORKSPACE && git checkout $RESINHUB_VER - -cp $DOCKER_FILE_NAME Dockerfile +git clone https://github.com/pvizeli/resinhup $WORKSPACE +cd $WORKSPACE && cp $DOCKER_FILE_NAME Dockerfile # Run build echo "[INFO] start docker build"