You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ab...@apache.org on 2019/01/31 11:20:08 UTC

[incubator-zipkin-brave-karaf] 46/46: [jenkins] Don't try to sign snapshot builds

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

abesto pushed a commit to branch dont-sign-snapshots
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-brave-karaf.git

commit 9dacc4b7376c9ed6fd0eadbd2de2e0b8bd268ea9
Author: Zoltan Nagy <ab...@fb.com>
AuthorDate: Thu Jan 31 11:19:01 2019 +0000

    [jenkins] Don't try to sign snapshot builds
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 99e7438..89fbca9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -62,7 +62,7 @@ pipeline {
                 branch 'master'
             }
             steps {
-                sh './mvnw clean deploy -Papache-release'
+                sh './mvnw clean deploy -Papache-release -Dgpg.skip=true'
             }
         }
     }