Skip to content

Commit

Permalink
Include Jahia 8.2.0.6 in cache (#10)
Browse files Browse the repository at this point in the history
Add the dependencies of Jahia 8.2.0.6 in the Maven cache of the image to speed up CI tasks
  • Loading branch information
baptistegrimaud authored Dec 2, 2024
1 parent 36f5746 commit 1f8bf13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.iml
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ RUN mkdir -p -m 0700 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
RUN --mount=type=ssh git clone [email protected]:Jahia/jahia-private.git; \
cd jahia-private;\
mvn -B -s ../maven.settings.xml dependency:resolve;\
git checkout -b JAHIA_8_1_6_0 JAHIA_8_1_6_0;\
git checkout -b JAHIA_8_2_0_6 JAHIA_8_2_0_6;\
mvn -B -s ../maven.settings.xml dependency:resolve;\
git checkout -b JAHIA_8_1_6_0 JAHIA_8_1_6_0;\
mvn -B -s ../maven.settings.xml dependency:resolve;\
git checkout -b JAHIA_8_1_5_1 JAHIA_8_1_5_1;\
mvn -B -s ../maven.settings.xml dependency:resolve;\
git checkout -b JAHIA_8_1_3_1 JAHIA_8_1_3_1;\
git checkout -b JAHIA_8_1_3_1 JAHIA_8_1_3_1;\
mvn -B -s ../maven.settings.xml dependency:resolve;\
git checkout -b JAHIA_8_1_2_3 JAHIA_8_1_2_3;\
mvn -B -s ../maven.settings.xml dependency:resolve;\
Expand Down

0 comments on commit 1f8bf13

Please sign in to comment.