#18 added git short revision to artifact filename
This commit is contained in:
parent
0d57e04eae
commit
fbe4f614c1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user