[tracker/wip/carlosg/ci-playground: 2/7] ci: Make shallow clones of tracker-miners
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/wip/carlosg/ci-playground: 2/7] ci: Make shallow clones of tracker-miners
- Date: Sun, 16 May 2021 21:29:08 +0000 (UTC)
commit fdca8e5b675df6920dc9ae4fd6d88dcec64fffc8
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]