This is an automated email from the ASF dual-hosted git repository.
adriancole pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-zipkin-brave-karaf.git
The following commit(s) were added to refs/heads/master by this push:
new 6c5cf21 Don't deploy itests (#18)
6c5cf21 is described below
commit 6c5cf21f3fbf256ed14061757e5b1b8af011d6b1
Author: Adrian Cole <[email protected]>
AuthorDate: Thu Jan 31 12:42:45 2019 +0100
Don't deploy itests (#18)
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 89fbca9..14391dc 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -62,7 +62,7 @@ pipeline {
branch 'master'
}
steps {
- sh './mvnw clean deploy -Papache-release -Dgpg.skip=true'
+ sh './mvnw clean deploy -Papache-release -Dgpg.skip=true -pl
-:brave-itests'
}
}
}