Skip to content

Commit

Permalink
unzip nightly artifacts instead
Browse files Browse the repository at this point in the history
  • Loading branch information
RoblKyogre authored Nov 14, 2024
1 parent cb54ff1 commit b42df0a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@ ARG TARGETVARIANT

COPY /root /

RUN apk add unzip
WORKDIR /build
ADD "https://nightly.link/ViaVersion/VIAaaS/workflows/gradle/master/Artifacts.zip" /build/Artifacts.zip
RUN unzip Artifacts.zip

WORKDIR /app
ADD "https://jitpack.io/com/github/ViaVersion/VIAaaS/master-SNAPSHOT/VIAaaS-master-SNAPSHOT-all.jar" /app/VIAaaS-all.jar
RUN mv /build/VIAaaS-*-all.jar /app/VIAaaS-all.jar
RUN rm -rf /build

STOPSIGNAL SIGTERM

Expand Down

0 comments on commit b42df0a

Please sign in to comment.