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 cefbdb2f68638069c3167f590cd4476979bcbbef
Author: Zoltan Nagy <abesto0@gmail.com>
AuthorDate: Thu Aug 2 19:49:50 2018 +0800
[circleci] Run `build` step for publishing
---
.circleci/config.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index be9d727..bcc066d 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -110,7 +110,10 @@ workflows:
version: 2
build_and_publish:
jobs:
- - build
+ - build:
+ filters:
+ tags:
+ only: /\d+\.\d+\.\d+/
- publish_snapshot:
requires:
- build
|