From commits-return-71-archive-asf-public=cust-asf.ponee.io@streampipes.apache.org Thu Dec 12 10:24:05 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 92F91180680 for ; Thu, 12 Dec 2019 11:24:04 +0100 (CET) Received: (qmail 52941 invoked by uid 500); 12 Dec 2019 10:24:04 -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 52878 invoked by uid 99); 12 Dec 2019 10:24: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; Thu, 12 Dec 2019 10:24:03 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 7CC448D813; Thu, 12 Dec 2019 10:24:03 +0000 (UTC) Date: Thu, 12 Dec 2019 10:24:06 +0000 To: "commits@streampipes.apache.org" Subject: [incubator-streampipes-examples] 03/04: Update CI file MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: riemer@apache.org In-Reply-To: <157614624341.18326.789436737899250923@gitbox.apache.org> References: <157614624341.18326.789436737899250923@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-streampipes-examples X-Git-Refname: refs/heads/dev X-Git-Reftype: branch X-Git-Rev: a2a4748f3198302bc93a20c9d99b2bd5b1eb6974 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20191212102403.7CC448D813@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. riemer pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-examples.git commit a2a4748f3198302bc93a20c9d99b2bd5b1eb6974 Author: Dominik Riemer AuthorDate: Thu Dec 12 11:12:01 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 c99a7c6..f2710af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,7 +39,7 @@ pull github: - ssh-add <(echo "$SSH") - mkdir ~/.ssh - touch ~/.ssh/known_hosts - - ssh-keyscan -p 2222 -t rsa $REGISTRY_HOST > ~/.ssh/known_hosts + - ssh-keyscan -p 2222 -t rsa $GITLAB_HOST > ~/.ssh/known_hosts - git config --global user.email '$USER_EMAIL' - git config --global user.name '$USER_NAME' - git checkout dev