Skip to content

Commit 552b688

Browse files
committed
Add cache in buildprops for V2 Release codebuilds
1 parent a63f4fa commit 552b688

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

buildspecs/build.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/endpoints-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/integ-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/s3-regression-tests.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
build:

0 commit comments

Comments
 (0)