mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-05 11:21:31 +00:00
✨ Replace links with v2.0.0 link
This commit is contained in:
parent
13fdd820cc
commit
28a1b5b7c8
1 changed files with 2 additions and 4 deletions
|
@ -17,15 +17,13 @@ RUN \
|
||||||
nodejs-current=12.4.0-r0 \
|
nodejs-current=12.4.0-r0 \
|
||||||
openssl=1.1.1d-r0 \
|
openssl=1.1.1d-r0 \
|
||||||
\
|
\
|
||||||
# TODO: Replace with release tag
|
&& git clone --branch "v2.0.0" --depth=1 \
|
||||||
&& git clone --branch "master" --depth=1 \
|
|
||||||
"https://github.com/timmo001/home-panel.git" /tmp/api \
|
"https://github.com/timmo001/home-panel.git" /tmp/api \
|
||||||
&& mv /tmp/api/api /opt/panel \
|
&& mv /tmp/api/api /opt/panel \
|
||||||
\
|
\
|
||||||
&& mkdir -p /tmp/panel \
|
&& mkdir -p /tmp/panel \
|
||||||
# TODO: Replace with actual download
|
|
||||||
&& curl -J -L -o /tmp/panel.zip \
|
&& curl -J -L -o /tmp/panel.zip \
|
||||||
"https://gitlab.com/timmo/home-panel/-/jobs/295398245/artifacts/download" \
|
"https://github.com/timmo001/home-panel/releases/download/v2.0.0/home-panel-built.zip" \
|
||||||
&& unzip -d /tmp/panel /tmp/panel.zip \
|
&& unzip -d /tmp/panel /tmp/panel.zip \
|
||||||
&& mv /tmp/panel/build/* /opt/panel/public \
|
&& mv /tmp/panel/build/* /opt/panel/public \
|
||||||
\
|
\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue