spring-boot/ci/scripts/common.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
273 B
Bash
Raw Normal View History

source /opt/concourse-java.sh
if [[ -d $PWD/gradle ]]; then
2023-10-11 02:56:45 +08:00
export GRADLE_USER_HOME=`pwd`/gradle
fi
setup_symlinks
2019-08-01 20:06:17 +08:00
if [[ -d $PWD/embedmongo && ! -d $HOME/.embedmongo ]]; then
ln -s "$PWD/embedmongo" "$HOME/.embedmongo"
fi
cleanup_maven_repo "org.springframework.boot"