mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 12:45:48 +00:00
don't cache dependencies in github so we proxy thru artifactory
This commit is contained in:
parent
dfa5900452
commit
03f24b63db
1 changed files with 0 additions and 7 deletions
7
.github/workflows/ci-pipeline.yml
vendored
7
.github/workflows/ci-pipeline.yml
vendored
|
@ -43,13 +43,6 @@ jobs:
|
||||||
</servers>
|
</servers>
|
||||||
</settings>' > ~/.m2/settings.xml
|
</settings>' > ~/.m2/settings.xml
|
||||||
|
|
||||||
- name: Cache Maven dependencies
|
|
||||||
uses: actions/cache@v3
|
|
||||||
with:
|
|
||||||
path: ~/.m2
|
|
||||||
key: maven-${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
|
|
||||||
restore-keys: maven-${{ runner.os }}-
|
|
||||||
|
|
||||||
- name: Compile the code
|
- name: Compile the code
|
||||||
run: mvn clean compile
|
run: mvn clean compile
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue