Fixing var declaration

This commit is contained in:
Louis 2025-05-13 10:55:13 +02:00
parent fbf167152a
commit f2c0a4e9dd

View file

@ -1,6 +1,7 @@
variables: variables:
# https://hub.docker.com/r/alpine/git/tags # https://hub.docker.com/r/alpine/git/tags
GIT_VERSION: v2.30.1 GIT_VERSION: v2.30.1
FILE_NAME: presentation
.git:push: .git:push:
after_script: after_script:
@ -50,7 +51,6 @@ build_tex:
# - "./*.tex" # - "./*.tex"
# - "./**/*.tex" # - "./**/*.tex"
script: script:
- FILE_NAME="presentation"
- pdflatex --shell-escape $FILE_NAME.tex - pdflatex --shell-escape $FILE_NAME.tex
- biber $FILE_NAME - biber $FILE_NAME
- pdflatex --shell-escape $FILE_NAME.tex - pdflatex --shell-escape $FILE_NAME.tex