Commit 04071216 authored by Phillip Webb's avatar Phillip Webb

Cache embedmongo on CI

parent f8d4d3dd
source /opt/concourse-java.sh source /opt/concourse-java.sh
setup_symlinks setup_symlinks
if [[ -d $PWD/embedmongo && ! -d $HOME/.embedmongo ]]; then
ln -s "$PWD/embedmongo" "$HOME/.embedmongo"
fi
cleanup_maven_repo "org.springframework.boot" cleanup_maven_repo "org.springframework.boot"
...@@ -7,6 +7,7 @@ outputs: ...@@ -7,6 +7,7 @@ outputs:
caches: caches:
- path: maven - path: maven
- path: gradle - path: gradle
- path: embedmongo
run: run:
path: bash path: bash
args: args:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment