Set GIT_DEPTH to 0 to ensure tags are available

This commit is contained in:
Adam Honse 2025-01-20 18:07:48 -06:00
parent bc1e8c25ce
commit 23dbabacc6

View file

@ -35,6 +35,9 @@ stages:
- test
- deploy
variables:
GIT_DEPTH: 0
before_script:
- echo "started by ${GITLAB_USER_NAME}"