Attempt to fix download cache on CI

See gh-37450
This commit is contained in:
Phillip Webb
2023-10-10 11:46:20 -07:00
parent 6df5389d76
commit f04d354c29
4 changed files with 9 additions and 5 deletions

View File

@@ -1,5 +1,9 @@
source /opt/concourse-java.sh
if [[ -d $PWD/gradle ]]; then
EXPORT GRADLE_USER_HOMR=`pwd`/gradle
fi
setup_symlinks
if [[ -d $PWD/embedmongo && ! -d $HOME/.embedmongo ]]; then
ln -s "$PWD/embedmongo" "$HOME/.embedmongo"