[nautilus] CI: let the GitLab runner fetch submodules



commit dafcbe5a2a392d830041f06b45ced05fa46eda0a
Author: Ernestas Kulik <ernestask gnome org>
Date:   Sun Mar 18 15:40:35 2018 +0200

    CI: let the GitLab runner fetch submodules

 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 181a1756c..84986349b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,6 @@
+variables:
+  GIT_SUBMODULE_STRATEGY: normal
+
 stages:
 - test
 - cross_distro


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]