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 9d5816c Removes redundant skippage
9d5816c is described below
commit 9d5816c4f2ab09b9d91039b0216558ccfbfbaa42
Author: Adrian Cole <[email protected]>
AuthorDate: Sun Feb 10 10:20:12 2019 +0800
Removes redundant skippage
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index c4e2c76..5c28c35 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -62,7 +62,7 @@ pipeline {
branch 'master'
}
steps {
- sh './mvnw deploy -Papache-release -Dgpg.skip=true -DskipTests
--batch-mode -pl -:brave-itests -nsu'
+ sh './mvnw deploy -Papache-release -Dgpg.skip=true -DskipTests
--batch-mode -nsu'
}
}
}