fix failing build when the archive has errors
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ RUN set -x \
|
||||
p7zip-full \
|
||||
&& cd ${TMPDIR} \
|
||||
&& 7z x Archipelago.tar.gz \
|
||||
&& 7z x *.tar \
|
||||
&& 7z x *.tar || true \
|
||||
&& mkdir ${SERVERDIR} \
|
||||
&& mkdir ${SAVEDIR} \
|
||||
&& mv Archipelago/ArchipelagoServer ${SERVERDIR} \
|
||||
|
||||
Reference in New Issue
Block a user