Skip to content

Commit 9d15c61

Browse files
committed
Add cache in buildspecs of migration-test and stability-test
1 parent b532117 commit 9d15c61

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

buildspecs/migration-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
version: 0.2
2+
cache:
3+
paths:
4+
- '/root/.m2/**/*'
25

36
phases:
47
install:

buildspecs/stability-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
version: 0.2
2+
cache:
3+
paths:
4+
- '/root/.m2/**/*'
25

36
phases:
47
install:

0 commit comments

Comments
 (0)