Cache embedmongo on CI

This commit is contained in:
Phillip Webb
2019-08-01 13:06:17 +01:00
parent f8d4d3dd98
commit 040712168e
2 changed files with 5 additions and 0 deletions

View File

@@ -1,4 +1,8 @@
source /opt/concourse-java.sh
setup_symlinks
if [[ -d $PWD/embedmongo && ! -d $HOME/.embedmongo ]]; then
ln -s "$PWD/embedmongo" "$HOME/.embedmongo"
fi
cleanup_maven_repo "org.springframework.boot"

View File

@@ -7,6 +7,7 @@ outputs:
caches:
- path: maven
- path: gradle
- path: embedmongo
run:
path: bash
args: