Skip to content

Commit

Permalink
Use the .m2 from Jenkins container
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcolon021 committed Jan 8, 2025
1 parent 39b427c commit 54b0614
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/pic-sure-hpds-etl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM maven:3.9.4-amazoncorretto-21 AS build
WORKDIR /app

COPY /root/.m2 /root/.m2
COPY .m2 /root/.m2

COPY . .

Expand Down
2 changes: 1 addition & 1 deletion docker/pic-sure-hpds/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM maven:3.9.4-amazoncorretto-21 AS build

WORKDIR /app

COPY /root/.m2 /root/.m2
COPY .m2 /root/.m2

COPY . .

Expand Down

0 comments on commit 54b0614

Please sign in to comment.