mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-24 20:35:55 +00:00
change to own resinhup they support external resinos
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user