Attempt to fix download cache on CI
See gh-37450
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user