Skip to content

Commit 8a44e10

Browse files
committed
Temp fix release
1 parent d00864c commit 8a44e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
env:
171171
JAVA_HOME_11_X64: /opt/java/openjdk
172172
inputs:
173-
goals: 'clean install'
173+
goals: 'clean install -DskipTests'
174174
# These are Maven CLI options (and show up in the build logs) - "-nsu"=Don't update snapshots. We can remove this when Maven OSS is more healthy
175175
options: '-P JACOCO,CI -e -B -Dmaven.repo.local=$(MAVEN_CACHE_FOLDER) -Dmaven.wagon.http.pool=false -Dhttp.keepAlive=false -Dstyle.color=always -Djansi.force=true'
176176
# These are JVM options (and don't show up in the build logs)

0 commit comments

Comments
 (0)