Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Experimental Physics
Quantum Interfaces
S
Software
Docker
Docker PDF Compiler
Commits
3da9029c
Commit
3da9029c
authored
Jan 16, 2020
by
Klemens Schüppert
Browse files
Fixed gitlab-ci.yml template content README.md
parent
f8de2f93
Pipeline
#27391
passed with stage
in 2 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
README.md
README.md
+5
-6
No files found.
README.md
View file @
3da9029c
...
...
@@ -23,15 +23,14 @@ wit the following content:
compile_pdf:
image: docker.uibk.ac.at:443/exphys/qos/cqed/docker-pdf-compiler
variables:
- $foldername = '<path to
paper
>
'
- $papername = '<name of paper>
'
FOLDER_NAME: '
paper'
PAPER_NAME: 'charge_sensing
'
script:
- cd $
foldername
/
- compile $
papername.tex
- cd $
FOLDER_NAME
/
- compile $
PAPER_NAME
artifacts:
paths:
- $foldername/$papername.pdf
- $FOLDER_NAME/$PAPER_NAME.pdf
```
You should adjust
<path
to
paper
>
and
<name
of
paper
>
...
...
Write
Preview
Markdown
is supported
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