Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fachschaftsrat
Satzung der Fachschaft Informatik
Commits
b5bb56f5
Commit
b5bb56f5
authored
Nov 18, 2021
by
Michael Ochmann
Browse files
.
parent
d39fcb8c
Pipeline
#3768
passed with stage
in 13 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b5bb56f5
...
...
@@ -4,16 +4,20 @@
# possible alternative: https://github.com/natlownes/docker-latex
image
:
blang/latex
stages
:
-
release
build
:
script
:
-
cd src
-
latexmk -pdf satzung.tex
-
mv satzung.pdf "../satzung_v_$CI_COMMIT_REF_NAME.pdf"
artifacts
:
name
:
"
satzung_v_$
i
{CI_COMMIT_REF_NAME}_p${CI_PIPELINE_ID}"
name
:
"
satzung_v_${CI_COMMIT_REF_NAME}_p${CI_PIPELINE_ID}"
paths
:
-
"
satzung_v_$CI_COMMIT_REF_NAME.pdf"
expire_in
:
never
stage
:
release
only
:
-
tags
-
master
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment