This is an automated email from the ASF dual-hosted git repository.
abesto pushed a commit to branch jenkinsfile-wip
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-brave-karaf.git
commit 709bf19b7afc81faa8eb2b38e6b766cfcc279e3d
Author: Zoltan Nagy <abesto0@gmail.com>
AuthorDate: Thu Aug 2 19:50:43 2018 +0800
[circleci] `trigger_publish` doesn't depend on `build`
---
.circleci/config.yml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index bcc066d..971fdab 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -129,8 +129,6 @@ workflows:
tags:
only: /\d+\.\d+\.\d+/
- trigger_publish:
- requires:
- - build
filters:
branches:
ignore: /.*/
|