Commit 04071216 authored by Phillip Webb's avatar Phillip Webb

Cache embedmongo on CI

parent f8d4d3dd
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"
......@@ -7,6 +7,7 @@ outputs:
caches:
- path: maven
- path: gradle
- path: embedmongo
run:
path: bash
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