Skip to content

Commit

Permalink
build: try skip test on push to docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
micaellobo committed Apr 20, 2024
1 parent 8d7c7bc commit 925ba03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inventory-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM maven:3.8.5-openjdk-17 AS build
COPY . /usr/app
WORKDIR /usr/app
RUN mvn clean install
RUN mvn clean install -DskipTests

FROM openjdk:17
VOLUME /tmp
Expand Down

0 comments on commit 925ba03

Please sign in to comment.