From f2c0a4e9ddf782ec625bb8c6bae7057dee444f99 Mon Sep 17 00:00:00 2001 From: Louis Date: Tue, 13 May 2025 10:55:13 +0200 Subject: [PATCH] Fixing var declaration --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b3f4da6..599724c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ variables: # https://hub.docker.com/r/alpine/git/tags GIT_VERSION: v2.30.1 + FILE_NAME: presentation .git:push: after_script: @@ -50,7 +51,6 @@ build_tex: # - "./*.tex" # - "./**/*.tex" script: - - FILE_NAME="presentation" - pdflatex --shell-escape $FILE_NAME.tex - biber $FILE_NAME - pdflatex --shell-escape $FILE_NAME.tex