Remove CI embedmongo cache

Closes gh-37725
This commit is contained in:
Phillip Webb 2023-10-05 21:31:53 -07:00
parent 30af19acc2
commit 6fba887e63
2 changed files with 0 additions and 4 deletions

View File

@ -1,8 +1,5 @@
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

@ -8,7 +8,6 @@ outputs:
caches:
- path: gradle
- path: build/downloads
- path: embedmongo
params:
BRANCH:
CI: true