You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/06/30 06:31:17 UTC

[camel] branch main updated: fixup! (chores) build: prevent tests from running in the snapshot deployment job

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 09b9554a1d2 fixup! (chores) build: prevent tests from running in the snapshot deployment job
09b9554a1d2 is described below

commit 09b9554a1d2ebc9ca9c8f4501e9d4a24c00a8eff
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Fri Jun 30 08:31:00 2023 +0200

    fixup! (chores) build: prevent tests from running in the snapshot deployment job
---
 Jenkinsfile.deploy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.deploy b/Jenkinsfile.deploy
index 0a17994003f..4b9a42aca47 100644
--- a/Jenkinsfile.deploy
+++ b/Jenkinsfile.deploy
@@ -68,7 +68,7 @@ pipeline {
             steps {
                 // Work-around for https://issues.apache.org/jira/browse/INFRA-24713
                 sh 'sed -i -e "s/3.9.2/3.8.8/g" .mvn/wrapper/maven-wrapper.properties'
-                sh "/mvnw $MAVEN_PARAMS -Pdeploy,apache-snapshots -Dquickly clean deploy"
+                sh "./mvnw $MAVEN_PARAMS -Pdeploy,apache-snapshots -Dquickly clean deploy"
             }
         }