From 1bf353c248c92e348bf8ff0d0cc1cc61bff708c9 Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Sun, 23 Nov 2025 17:53:34 +0000 Subject: [PATCH] Set GIT_DEPTH to 1 in CI variables --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f09be14..e7920cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,9 @@ stages: - build-docker - deploy +variables: + GIT_DEPTH: 1 + test: stage: test-and-build when: manual