Cache embedmongo on CI
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -7,6 +7,7 @@ outputs:
|
||||
caches:
|
||||
- path: maven
|
||||
- path: gradle
|
||||
- path: embedmongo
|
||||
run:
|
||||
path: bash
|
||||
args:
|
||||
|
||||
Reference in New Issue
Block a user