Skip to content

Commit 1fe4409

Browse files
committed
Revert "Add missing parameter for OGM deploy"
This reverts commit 3fd2fc2.
1 parent d8f1f27 commit 1fe4409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if [ "$PROJECT" == "orm" ] || [ "$PROJECT" == "reactive" ]; then
1919
fi
2020

2121
if [ "$PROJECT" == "ogm" ]; then
22-
ADDITIONAL_OPTIONS="-DmongodbProvider=external -DskipITs -s settings-example.xml"
22+
ADDITIONAL_OPTIONS="-DmongodbProvider=external -DskipITs"
2323
elif [ "$PROJECT" == "search" ]; then
2424
# Disable Develocity build scan publication and build caching
2525
ADDITIONAL_OPTIONS="-Dscan=false -Dno-build-cache -Dgradle.cache.remote.enabled=false -Dgradle.cache.local.enabled=false"

0 commit comments

Comments
 (0)