From 3ccd2b6f99f721d33423acd329e1370035d85238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 14 Jan 2020 19:38:17 +0100 Subject: [PATCH] ci: checkout/clone (doh!) --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66f3ab09..d33e5c2d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,8 +14,8 @@ before_script: - apk add wayland-dev wayland-protocols - apk add git - mkdir -p subprojects && cd subprojects - - git checkout https://codeberg.org/dnkl/tllist.git - - git checkout https://codeberg.org/dnkl/fcft.git + - git clone https://codeberg.org/dnkl/tllist.git + - git clone https://codeberg.org/dnkl/fcft.git - cd .. debug: