Do not run tests.

They make trouble in a kaniko environment and as this container is about
to be retired anyways it is not too important.
This commit is contained in:
Sebastian Hugentobler 2022-07-12 19:05:11 +02:00
parent 164efe9d2d
commit c0c5419afc

View File

@ -10,7 +10,7 @@ RUN git clone https://github.com/airsonic-advanced/airsonic-advanced
WORKDIR /airsonic-advanced WORKDIR /airsonic-advanced
RUN git checkout "$VERSION" RUN git checkout "$VERSION"
RUN mvn package RUN mvn package -DskipTests
FROM docker.io/thallian/alpine-s6:3.16 FROM docker.io/thallian/alpine-s6:3.16