From a71a064b9459ba5075efc8f2d95ff78bca894333 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Aaron=20M=C3=B6ck?= <tim_aaron.moeck@reutlingen-university.de> Date: Thu, 2 Sep 2021 09:28:17 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c5f130..baef75b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ linux: only: - dev2 script: - - git clone https://oauth2:$TOKEN_LIN_REPOgitlab.reutlingen-university.de/letsgoing/ardublock.git remote + - git clone https://oauth2:$TOKEN_LIN_REPO@gitlab.reutlingen-university.de/letsgoing/ardublock-ide-lin.git remote - cd remote - git user.email "cica@letsgoing.de" - git user.name "CICD Pipline" -- GitLab