ci: use git depth of 1 for checkout
This commit is contained in:
parent
99a021d0b2
commit
313cc2bac5
@ -7,6 +7,7 @@ variables:
|
|||||||
PACKAGE_VERSION: "$CI_COMMIT_TAG"
|
PACKAGE_VERSION: "$CI_COMMIT_TAG"
|
||||||
PACKAGE_REGISTRY_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/resume"
|
PACKAGE_REGISTRY_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/resume"
|
||||||
RESUME_FILE: "resume.pdf"
|
RESUME_FILE: "resume.pdf"
|
||||||
|
GIT_DEPTH: 1
|
||||||
|
|
||||||
# TODO: Cache curl installs and tectonic, for now this works, but is not performant
|
# TODO: Cache curl installs and tectonic, for now this works, but is not performant
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user