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
d39fcb8c
Commit
d39fcb8c
authored
Nov 18, 2021
by
Michael Ochmann
Browse files
trying to fix vars in name of artifact file
parent
264a96c1
Pipeline
#3766
passed with stage
in 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d39fcb8c
...
...
@@ -10,7 +10,7 @@ build:
-
latexmk -pdf satzung.tex
-
mv satzung.pdf "../satzung_v_$CI_COMMIT_REF_NAME.pdf"
artifacts
:
name
:
"
satzung_v_$CI_COMMIT_REF_NAME_p$CI_PIPELINE_ID"
name
:
"
satzung_v_$
i{
CI_COMMIT_REF_NAME
}
_p$
{
CI_PIPELINE_ID
}
"
paths
:
-
"
satzung_v_$CI_COMMIT_REF_NAME.pdf"
expire_in
:
never
...
...
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