mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
Stashing artifacts
This commit is contained in:
parent
5d97732070
commit
67cadb1b03
1 changed files with 8 additions and 0 deletions
|
@ -9,6 +9,14 @@ language: java
|
||||||
git:
|
git:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- develop
|
||||||
|
- release
|
||||||
|
- hotfix
|
||||||
|
- /^feature\/.*$/
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- ${HOME}/.m2
|
- ${HOME}/.m2
|
||||||
|
|
Loading…
Reference in a new issue