[tracker/wip/carlosg/ci-playground: 2/4] ci: Make shallow clones of tracker-miners




commit 4051585258aac54e6f1624280fcfa46bc8f51151
Author: Carlos Garnacho <carlosg gnome org>
Date:   Sun May 16 12:07:16 2021 +0200

    ci: Make shallow clones of tracker-miners
    
    For the "pages" stage we need docs and manpages from both projects,
    use a shallow clone of tracker-miners for the purpose.

 .gitlab-ci/checkout-tracker-miners.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci/checkout-tracker-miners.sh b/.gitlab-ci/checkout-tracker-miners.sh
index bf1ea0b5b..a3647660a 100755
--- a/.gitlab-ci/checkout-tracker-miners.sh
+++ b/.gitlab-ci/checkout-tracker-miners.sh
@@ -5,7 +5,7 @@ tracker_target=
 mkdir extra
 cd extra
 
-git clone https://gitlab.gnome.org/GNOME/tracker-miners.git
+git clone --depth 1 https://gitlab.gnome.org/GNOME/tracker-miners.git
 
 if [ $? -ne 0 ]; then
   echo Checkout failed


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]