You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ad...@apache.org on 2019/01/30 14:19:15 UTC

[incubator-zipkin-brave-karaf] 30/37: [circleci] Run `build` step for publishing

This is an automated email from the ASF dual-hosted git repository.

adriancole pushed a commit to branch rat
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-brave-karaf.git

commit cefbdb2f68638069c3167f590cd4476979bcbbef
Author: Zoltan Nagy <ab...@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