Skip to content
Snippets Groups Projects
Commit 3e139dba authored by Ben Gamari's avatar Ben Gamari
Browse files

gitlab-ci: Fix source tarball job

* Use show! in source tarball job. Since we aren't actually building
  anything in this job `show` won't
  work.

* Fix Docker image name

* Make `version` file contain only version string
parent 6090be1c
No related branches found
No related merge requests found
......@@ -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
############################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment