ci: use git depth of 1 for checkout

This commit is contained in:
Price Hiller 2023-09-13 21:33:10 -05:00
parent 99a021d0b2
commit 313cc2bac5
No known key found for this signature in database

View File

@ -7,6 +7,7 @@ variables:
PACKAGE_VERSION: "$CI_COMMIT_TAG"
PACKAGE_REGISTRY_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/resume"
RESUME_FILE: "resume.pdf"
GIT_DEPTH: 1
# TODO: Cache curl installs and tectonic, for now this works, but is not performant
build: