update cache directory
This commit is contained in:
+3
-3
@@ -17,7 +17,7 @@ steps:
|
||||
settings:
|
||||
restore: true
|
||||
mount:
|
||||
- .m2
|
||||
- /root/.m2
|
||||
|
||||
- name: maven build
|
||||
image: maven:3-jdk-8
|
||||
@@ -34,7 +34,7 @@ steps:
|
||||
settings:
|
||||
rebuild: true
|
||||
mount:
|
||||
- .m2
|
||||
- /root/.m2
|
||||
|
||||
- name: publish
|
||||
image: plugins/docker
|
||||
@@ -79,4 +79,4 @@ steps:
|
||||
volumes:
|
||||
- name: cache
|
||||
host:
|
||||
path: /root/.m2
|
||||
path: /opt/cache/maven
|
||||
|
||||
Reference in New Issue
Block a user