Skip to content
Snippets Groups Projects
Commit 783491cb authored by Andri Joos's avatar Andri Joos :blush:
Browse files

save git version into .gitVersion.tmp

parent 2a058ca2
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
- amd64 # texlive image doesn't support arm64 - amd64 # texlive image doesn't support arm64
image: registry.gitlab.com/islandoftex/images/texlive:latest image: registry.gitlab.com/islandoftex/images/texlive:latest
script: script:
- git describe --always --long --dirty --broken > .gitVersion.tmp
- latexmk -outdir=../out -cd -interaction=batchmode -pdf $SOURCE - latexmk -outdir=../out -cd -interaction=batchmode -pdf $SOURCE
artifacts: artifacts:
paths: paths:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment