You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2020/07/26 20:56:24 UTC

[logging-pipelines] branch master updated: Skip tests during deploy

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

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-pipelines.git


The following commit(s) were added to refs/heads/master by this push:
     new 13371bd  Skip tests during deploy
13371bd is described below

commit 13371bd36a66529a2da6ea6cd7da6781b623889c
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Sun Jul 26 15:56:05 2020 -0500

    Skip tests during deploy
    
    Thought this might have been implicit, but it's not.
---
 log4j/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/log4j/Jenkinsfile b/log4j/Jenkinsfile
index 21420ba..0726947 100644
--- a/log4j/Jenkinsfile
+++ b/log4j/Jenkinsfile
@@ -109,7 +109,7 @@ pipeline {
                 }
             }
             steps {
-                mvn 'deploy'
+                mvn '-DskipTests deploy'
             }
         }
     }