Skip to content

Commit bb446b0

Browse files
committed
skip the ML tests in the release, since NO code changes are allowed between dev and release
1 parent 2b2ade9 commit bb446b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline_release_ml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
steps:
22
- label: ":maven: Build and Deploy"
33
command:
4-
- mvn clean deploy -P ml,release
4+
- mvn -DskipTests clean deploy -P ml,release
55

66
agents:
77
queue: "java_build_queue"

0 commit comments

Comments
 (0)