🔨 Update temp link

This commit is contained in:
Timmo 2019-09-14 14:56:37 +01:00
parent 2528ae6df8
commit 21c927f4ce

View file

@ -25,7 +25,7 @@ RUN \
&& mkdir -p /tmp/panel \
# TODO: Replace with actual download
&& curl -J -L -o /tmp/panel.zip \
"https://gitlab.com/timmo/home-panel/-/jobs/290252839/artifacts/download" \
"https://gitlab.com/timmo/home-panel/-/jobs/295369766/artifacts/download" \
&& unzip -d /tmp/panel /tmp/panel.zip \
&& mv /tmp/panel/build/* /opt/panel/public \
\