[vala/wip/ci] ci: Fetch git tags



commit 2c1ed0456bf81cb5a6b163f24e13f92c1eef95e5
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Thu Nov 22 17:43:07 2018 +0100

    ci: Fetch git tags

 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f2141d367..c17b7ba4e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,8 +9,9 @@ fedora-x86_64:
   except:
     - tags
   before_script:
-    - dnf install -y autoconf autoconf-archive automake bison dbus-x11 flex gcc glib2-devel graphviz-devel 
lcov libxslt make vala
+    - dnf install -y autoconf autoconf-archive automake bison dbus-x11 flex gcc git glib2-devel 
graphviz-devel lcov libxslt make vala
   script:
+    - git fetch --tags
     - ./autogen.sh --enable-coverage
     - make -j8
     - make -j8 check


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