-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2dd6b59
commit f4b951e
Showing
1 changed file
with
0 additions
and
12 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 |
---|---|---|
|
@@ -59,12 +59,6 @@ jobs: | |
uses: stCarolas/[email protected] | ||
with: | ||
maven-version: 3.9.2 | ||
- name: Cache maven packages | ||
uses: actions/cache@v3 | ||
with: | ||
path: ~/.m2 | ||
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} | ||
restore-keys: ${{ runner.os }}-m2 | ||
# Install dependencies | ||
- name: Install ci.ant and ci.common | ||
run: | | ||
|
@@ -106,12 +100,6 @@ jobs: | |
cp -r D:/a/ci.maven/ci.maven C:/ci.maven | ||
git clone https://github.com/OpenLiberty/ci.common.git C:/ci.common | ||
git clone https://github.com/OpenLiberty/ci.ant.git C:/ci.ant | ||
- name: Cache maven packages | ||
uses: actions/cache@v3 | ||
with: | ||
path: ~/.m2 | ||
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} | ||
restore-keys: ${{ runner.os }}-m2 | ||
- name: Set up Maven | ||
uses: stCarolas/[email protected] | ||
with: | ||
|