Set GIT_DEPTH to 1 in CI variables

This commit is contained in:
Fam Zheng 2025-11-23 17:53:34 +00:00
parent abbb419ba3
commit 1bf353c248

View File

@ -4,6 +4,9 @@ stages:
- build-docker
- deploy
variables:
GIT_DEPTH: 1
test:
stage: test-and-build
when: manual