summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2020-07-31 13:58:38 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2020-07-31 13:59:43 -0500
commit3ae4bfa2ad5266e2f39a28358d67a3640d01a2a7 (patch)
treef17fa67c9cbf7abc2e50f372494ca70bf1508428
parent8c82749b5517b6f2226da92701b189b64c12a8f8 (diff)
downloadepiphany-3ae4bfa2ad5266e2f39a28358d67a3640d01a2a7.tar.gz
Try to disable shallow clones
Shallow clones break 'git describe', which breaks Tech Preview's about dialog. I like to be able to see exactly which commit I'm testing. https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/782#note_880152
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c83d7b23a..b43c9ec5e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,6 +6,7 @@ variables:
RUNTIME_REPO: 'https://nightly.gnome.org/gnome-nightly.flatpakrepo'
FLATPAK_MODULE: 'epiphany'
APP_ID: 'org.gnome.Epiphany.Devel'
+ GIT_DEPTH: '0'
stages:
- test