Skip to content

Commit 28fb416

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

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

buildspecs/migration-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
version: 0.2
2-
2+
cache:
3+
paths:
4+
- '/root/.m2/**/*'
35
phases:
46
install:
57
runtime-versions:

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)