From 6b8682e64b82d0ad11a0c90047a725a5587de152 Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Thu, 29 Oct 2020 13:30:23 +0100 Subject: [PATCH] Replace git ssh references with https ones so gitlab knows what to do, hopefully --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e43d16b..08dc5cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,8 @@ image: registry.gitlab.tugraz.at/dbp/middleware/dbp-api/api-starter-bundle:v1 +before_script: + - "sed -i 's|git@gitlab.tugraz.at:|https://gitlab.tugraz.at/|g' composer.json composer.lock" + variables: COMPOSER_CACHE_DIR: "$CI_PROJECT_DIR/_composer_cache" -- GitLab