From 4dc60d9d4354bbb69c81a72ee3e86b8799ce28df Mon Sep 17 00:00:00 2001 From: "D. Moonfire" Date: Sun, 14 Apr 2019 22:52:05 -0500 Subject: [PATCH] ci: updated Git checkout depth to 10 --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a74974e..59df459 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,8 @@ image: dmoonfire/mfgames-writing-js:1.1.1 +variables: + GIT_DEPTH: "10" + stages: - publish