From 12cae06bd41984065110130e35eb744117c91b53 Mon Sep 17 00:00:00 2001 From: Josh Morgenstern <josh@morgenstern.dev> Date: Mon, 19 Jul 2021 21:10:44 +0200 Subject: [PATCH] [#86] increase git depth to 15 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 78271095..84a1e902 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ variables: RUN: value: "all" description: "The tests that should run. Possible values: ubuntu, win-msvc, win-mingw, mac, all." - GIT_DEPTH: 1 + GIT_DEPTH: 15 stages: - build -- GitLab