From commits-return-876-archive-asf-public=cust-asf.ponee.io@mnemonic.apache.org Tue Feb 9 03:22:05 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id BF8E51806D6 for ; Tue, 9 Feb 2021 04:22:04 +0100 (CET) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id 0429843787 for ; Tue, 9 Feb 2021 03:22:04 +0000 (UTC) Received: (qmail 11586 invoked by uid 500); 9 Feb 2021 03:22:03 -0000 Mailing-List: contact commits-help@mnemonic.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mnemonic.apache.org Delivered-To: mailing list commits@mnemonic.apache.org Received: (qmail 11577 invoked by uid 99); 9 Feb 2021 03:22:03 -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; Tue, 09 Feb 2021 03:22:03 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 8F59D81F9F; Tue, 9 Feb 2021 03:22:03 +0000 (UTC) Date: Tue, 09 Feb 2021 03:22:03 +0000 To: "commits@mnemonic.apache.org" Subject: [mnemonic] branch master updated: MNEMONIC-612: Remove unused circleci configuration file from current project folder MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <161284092350.27532.12681474989582617679@gitbox.apache.org> From: yzhao@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: mnemonic X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5acdcf1c0b7462bb82f1b77fe534393694fb4ba6 X-Git-Newrev: e47d1b4a9f15908559ded1888f695a809e3da31b X-Git-Rev: e47d1b4a9f15908559ded1888f695a809e3da31b X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. yzhao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mnemonic.git The following commit(s) were added to refs/heads/master by this push: new e47d1b4 MNEMONIC-612: Remove unused circleci configuration file from current project folder e47d1b4 is described below commit e47d1b4a9f15908559ded1888f695a809e3da31b Author: Yanhui Zhao AuthorDate: Mon Feb 8 19:02:56 2021 -0800 MNEMONIC-612: Remove unused circleci configuration file from current project folder Signed-off-by: Yanhui Zhao --- .circleci/config.yml | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 7adc203..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,40 +0,0 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -version: 2 -jobs: - build: - working_directory: /ws/mnemonic - docker: - - image: mnemonic/mneci:v2 - branches: - only: - - master - steps: - - run: - name: Clean up - command: | - rm -rf /ws/mnemonic - - checkout - - run: - name: Run tests - command: | - git log -1 --stat - git clean -xdf - mvn clean install -# the runall cannot be fulfilled using free plan since it needs more resource to run. -# tools/runall.sh