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 e10d3f3 Revert "Removes task dependencies in deploy when publishing
snapshots (#23)" (#24)
e10d3f3 is described below
commit e10d3f3d16fc0c4fb46a966cc293bd6be318c194
Author: Adrian Cole <[email protected]>
AuthorDate: Sat Feb 9 05:02:01 2019 +0100
Revert "Removes task dependencies in deploy when publishing snapshots
(#23)" (#24)
This reverts commit 0542a961802d7a1818fbf374b4a5fe2d423f7028.
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 571768c..c4e2c76 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -62,7 +62,7 @@ pipeline {
branch 'master'
}
steps {
- sh './mvnw deploy:deploy -Papache-release -Dgpg.skip=true
--batch-mode -pl -:brave-itests -nsu'
+ sh './mvnw deploy -Papache-release -Dgpg.skip=true -DskipTests
--batch-mode -pl -:brave-itests -nsu'
}
}
}