From 313cc2bac5270e67750dc4acdd706146fa173ee1 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 13 Sep 2023 21:33:10 -0500 Subject: [PATCH] ci: use git depth of 1 for checkout --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b2ab2e..599469f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: