From fbe4f614c134f715931ba22e3ce09490cab81c20 Mon Sep 17 00:00:00 2001 From: Dominik Becker Date: Sun, 2 Sep 2018 16:40:10 +0200 Subject: [PATCH] #18 added git short revision to artifact filename --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 158b7f8..cd381d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,9 @@ latexmk: expire_in: 2d script: - latexmk main.tex + - ci_commit_sha_short=`git rev-parse --short $CI_COMMIT_SHA` + - mv main.pdf main@$ci_commit_sha_short.pdf + hunspell: image: tmaier/hunspell:latest