From commits-return-96-archive-asf-public=cust-asf.ponee.io@zipkin.apache.org Wed Jan 30 17:07:01 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id D867218077F for ; Wed, 30 Jan 2019 18:07:00 +0100 (CET) Received: (qmail 57991 invoked by uid 500); 30 Jan 2019 17:06:52 -0000 Mailing-List: contact commits-help@zipkin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zipkin.apache.org Delivered-To: mailing list commits@zipkin.apache.org Received: (qmail 57905 invoked by uid 99); 30 Jan 2019 17:06:51 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jan 2019 17:06:51 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 6148185748; Wed, 30 Jan 2019 17:06:50 +0000 (UTC) Date: Wed, 30 Jan 2019 17:07:18 +0000 To: "commits@zipkin.apache.org" Subject: [incubator-zipkin-brave-karaf] 30/37: [circleci] Run `build` step for publishing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: abesto@apache.org In-Reply-To: <154886800866.26132.2518170867932446027@gitbox.apache.org> References: <154886800866.26132.2518170867932446027@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-zipkin-brave-karaf X-Git-Refname: refs/heads/jenkinsfile-wip X-Git-Reftype: branch X-Git-Rev: cefbdb2f68638069c3167f590cd4476979bcbbef X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20190130170650.6148185748@gitbox.apache.org> 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 cefbdb2f68638069c3167f590cd4476979bcbbef Author: Zoltan Nagy 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