#18 added git short revision to artifact filename

This commit is contained in:
Dominik Becker 2018-09-02 16:40:10 +02:00
parent 0d57e04eae
commit fbe4f614c1

View File

@ -11,6 +11,9 @@ latexmk:
expire_in: 2d expire_in: 2d
script: script:
- latexmk main.tex - latexmk main.tex
- ci_commit_sha_short=`git rev-parse --short $CI_COMMIT_SHA`
- mv main.pdf main@$ci_commit_sha_short.pdf
hunspell: hunspell:
image: tmaier/hunspell:latest image: tmaier/hunspell:latest