Make sure checkstyle dependencies are in the docker layer cache
This commit is contained in:
parent
6a6ecde5e2
commit
eebdae8102
@ -29,7 +29,7 @@ WORKDIR /home/build
|
|||||||
|
|
||||||
# Prepare our own build
|
# Prepare our own build
|
||||||
COPY pom.xml pom.xml
|
COPY pom.xml pom.xml
|
||||||
RUN mvn dependency:go-offline surefire:test -ntp
|
RUN mvn dependency:go-offline surefire:test checkstyle:check -ntp
|
||||||
|
|
||||||
# Copy over the project code and run our build
|
# Copy over the project code and run our build
|
||||||
COPY . .
|
COPY . .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user