aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xzephyr-upstream/builders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr-upstream/builders.sh b/zephyr-upstream/builders.sh
index 1d6c2c59..f79c241c 100755
--- a/zephyr-upstream/builders.sh
+++ b/zephyr-upstream/builders.sh
@@ -10,7 +10,7 @@ set -ex
# Distro package is too old for Zephyr
sudo pip3 install pyelftools pykwalify
-git clone --depth 1 -b ${BRANCH} https://git.linaro.org/lite/zephyr.git ${WORKSPACE}
+git clone -b ${BRANCH} https://git.linaro.org/lite/zephyr.git ${WORKSPACE}
git clean -fdx
if [ -n "${GIT_COMMIT}" ]; then
git reset --hard ${GIT_COMMIT}