From commits-return-124-archive-asf-public=cust-asf.ponee.io@streampipes.apache.org Tue Dec 17 09:48:09 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id DB2C4180671 for ; Tue, 17 Dec 2019 10:48:08 +0100 (CET) Received: (qmail 5588 invoked by uid 500); 17 Dec 2019 09:48:03 -0000 Mailing-List: contact commits-help@streampipes.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@streampipes.apache.org Delivered-To: mailing list commits@streampipes.apache.org Received: (qmail 4978 invoked by uid 99); 17 Dec 2019 09:48:02 -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, 17 Dec 2019 09:48:02 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 26F728D815; Tue, 17 Dec 2019 09:48:02 +0000 (UTC) Date: Tue, 17 Dec 2019 09:48:20 +0000 To: "commits@streampipes.apache.org" Subject: [incubator-streampipes] 19/25: Update CI file MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: zehnder@apache.org In-Reply-To: <157657608143.22396.11647261036651743252@gitbox.apache.org> References: <157657608143.22396.11647261036651743252@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-streampipes X-Git-Refname: refs/heads/dev X-Git-Reftype: branch X-Git-Rev: dbcabfceb6e2fdedaedb5c72c23b2afeffb131c1 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20191217094802.26F728D815@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. zehnder pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git commit dbcabfceb6e2fdedaedb5c72c23b2afeffb131c1 Author: Dominik Riemer AuthorDate: Thu Dec 12 10:37:19 2019 +0100 Update CI file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5dddd44..be4a23b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,7 +42,7 @@ pull github: - ssh-keyscan -p 2222 -t rsa ipe-wim-gitlab.fzi.de > ~/.ssh/known_hosts - git config --global user.email 'zehnder@fzi.de' - git config --global user.name 'zehnder' - - git pull github --all + - git pull github - git push origin --all build: