Fixing var declaration
This commit is contained in:
parent
fbf167152a
commit
f2c0a4e9dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue