summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 86192d8195..a6bd2cfc75 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -701,7 +701,9 @@ source-tarball:
- ./configure
- make sdist
- mv sdistprep/*.xz .
- - make show VALUE=version > version
+ - make show! --quiet VALUE=ProjectVersion > version
+ - source version
+ - echo "$ProjectVersion" > version
############################################################