From 228fbd29549f67d200d8eca3f252d60ecc59b8f7 Mon Sep 17 00:00:00 2001 From: Matthias Fischmann Date: Thu, 25 Apr 2019 11:07:38 +0200 Subject: [PATCH 1/2] Gitlab seems to need the `.git` suffix on repo urls. discussion: https://github.com/wireapp/wire-server/issues/678, https://github.com/wireapp/wire-server/issues/727 --- stack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.yaml b/stack.yaml index ff58eb2a95e..ebd5f5032be 100644 --- a/stack.yaml +++ b/stack.yaml @@ -42,7 +42,7 @@ extra-deps: commit: 68cc331da70c401cae114c24e6ba5373e1b5c190 # master (Apr 4, 2019) - git: https://github.com/wireapp/hscim commit: 6b98b894c127eed4a5bde646ebf20febcfa656fa # master (Apr 2, 2019) -- git: https://gitlab.com/fisx/tinylog +- git: https://gitlab.com/fisx/tinylog.git commit: fd7155aaf6f090f48004a8f7857ce9d3cb4f9417 # https://gitlab.com/twittner/tinylog/merge_requests/6 flags: From 26d9ec8f01e12375cd210b2ef5c992b449d411b9 Mon Sep 17 00:00:00 2001 From: Matthias Fischmann Date: Thu, 25 Apr 2019 12:26:08 +0200 Subject: [PATCH 2/2] hi ci