mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
revert compile and test as seperate step
This commit is contained in:
parent
422ea1dadb
commit
396e1675c0
1 changed files with 1 additions and 5 deletions
|
@ -5,11 +5,7 @@ COPY pom.xml ./
|
|||
RUN mvn dependency:go-offline
|
||||
|
||||
COPY . ./
|
||||
RUN echo "START: Running Tests"
|
||||
RUN ./mvnw compile
|
||||
RUN ./mvnw test
|
||||
RUN echo "END: Tests completed "
|
||||
RUN ./mvnw generate-resources
|
||||
|
||||
RUN ./mvnw package
|
||||
|
||||
FROM openjdk:8-jre-alpine
|
||||
|
|
Loading…
Reference in a new issue