We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076f5db commit 2b2ade9Copy full SHA for 2b2ade9
.buildkite/pipeline_release.yml
@@ -2,7 +2,7 @@ steps:
2
- label: ":maven: Build and Deploy"
3
command:
4
- sed -i 's/<version>ml-\(.*\)<\/version>/<version>\1<\/version>/g' pom.xml
5
- - mvn clean deploy -P release
+ - mvn clean deploy -P standard,release
6
7
agents:
8
queue: "java_build_queue"
pipeline.yml
0 commit comments