Skip to content

Commit 0407121

Browse files
committed
Cache embedmongo on CI
1 parent f8d4d3d commit 0407121

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

ci/scripts/common.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
source /opt/concourse-java.sh
22

33
setup_symlinks
4+
if [[ -d $PWD/embedmongo && ! -d $HOME/.embedmongo ]]; then
5+
ln -s "$PWD/embedmongo" "$HOME/.embedmongo"
6+
fi
7+
48
cleanup_maven_repo "org.springframework.boot"

ci/tasks/build-project.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ outputs:
77
caches:
88
- path: maven
99
- path: gradle
10+
- path: embedmongo
1011
run:
1112
path: bash
1213
args:

0 commit comments

Comments
 (0)