From commits-return-104-archive-asf-public=cust-asf.ponee.io@streampipes.apache.org Tue Dec 17 08:53:48 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 704E8180607 for ; Tue, 17 Dec 2019 09:53:48 +0100 (CET) Received: (qmail 13792 invoked by uid 500); 17 Dec 2019 08:53:47 -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 13783 invoked by uid 99); 17 Dec 2019 08:53:47 -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 08:53:47 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 8D1CC8D80D; Tue, 17 Dec 2019 08:53:47 +0000 (UTC) Date: Tue, 17 Dec 2019 08:53:47 +0000 To: "commits@streampipes.apache.org" Subject: [incubator-streampipes] branch dev updated: Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157657282753.17148.9255944820160262666@gitbox.apache.org> From: zehnder@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-Oldrev: f7817473a4fa6aac1d0e9dc2f867300ede58eb22 X-Git-Newrev: e4b302a5884dd6c11890896ced700490832f5cc7 X-Git-Rev: e4b302a5884dd6c11890896ced700490832f5cc7 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. zehnder pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git The following commit(s) were added to refs/heads/dev by this push: new e4b302a Fix typo e4b302a is described below commit e4b302a5884dd6c11890896ced700490832f5cc7 Author: Philipp Zehnder AuthorDate: Tue Dec 17 09:53:27 2019 +0100 Fix typo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 98952ef..365a41a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ pull github: script: - git remote set-url origin $GIT_REPO_ORIGIN/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME.git - git remote add github git@github.com:apache/incubator-streampipes.git - - eval $(ssh-agent -s + - eval $(ssh-agent -s) - ssh-add <(echo "$SSH") - mkdir ~/.ssh - touch ~/.ssh/known_hosts