-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include Jahia 8.2.0.6 in cache (#10)
Add the dependencies of Jahia 8.2.0.6 in the Maven cache of the image to speed up CI tasks
- Loading branch information
1 parent
36f5746
commit 1f8bf13
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.iml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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;\ | ||
|