Skip to content

Commit ab69af3

Browse files
committed
Merge branch '3.1.x'
Closes spring-projectsgh-37743
2 parents b0b3adb + bf9a4ad commit ab69af3

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

ci/scripts/common.sh

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
source /opt/concourse-java.sh
22

33
setup_symlinks
4-
if [[ -d $PWD/embedmongo && ! -d $HOME/.embedmongo ]]; then
5-
ln -s "$PWD/embedmongo" "$HOME/.embedmongo"
6-
fi
74

85
cleanup_maven_repo "org.springframework.boot"

ci/tasks/build-project.yml

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ outputs:
88
caches:
99
- path: gradle
1010
- path: build/downloads
11-
- path: embedmongo
1211
params:
1312
BRANCH:
1413
CI: true

0 commit comments

Comments
 (0)