aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot_gentoo_ci/steps/repos.py')
-rw-r--r--buildbot_gentoo_ci/steps/repos.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildbot_gentoo_ci/steps/repos.py b/buildbot_gentoo_ci/steps/repos.py
index 04b25d7..6d37906 100644
--- a/buildbot_gentoo_ci/steps/repos.py
+++ b/buildbot_gentoo_ci/steps/repos.py
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
import os
@@ -216,6 +216,7 @@ class UpdateRepos(BuildStep):
branch = branch,
mode=repository_data['mode'],
method=repository_data['method'],
+ shallow=repository_data['shallow'],
submodules=True,
alwaysUseLatest=repository_data['alwaysuselatest'],
workdir=repository_path,