From 1b930dac7f96a12dc6bb20822f712c3cbafa9bee Mon Sep 17 00:00:00 2001 From: "D. Moonfire" Date: Sun, 14 Apr 2019 22:57:50 -0500 Subject: [PATCH] ci: updated Git checkout depth to 20 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 59df459..1181a7b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ image: dmoonfire/mfgames-writing-js:1.1.1 variables: - GIT_DEPTH: "10" + GIT_DEPTH: "20" stages: - publish