Skip to content

Commit bf9a4ad

Browse files
committed
Merge branch '3.0.x' into 3.1.x
Closes gh-37742
2 parents 2a35667 + 6fba887 commit bf9a4ad

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

ci/scripts/common.sh

Lines changed: 0 additions & 3 deletions
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

Lines changed: 0 additions & 1 deletion
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)