Fix
This commit is contained in:
parent
cfefa91d02
commit
b8c8d97052
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -17,7 +17,7 @@ pipeline {
|
||||
docker.image('aergus/latex').inside {
|
||||
sh 'latexmk -pdf paper.tex'
|
||||
sh 'git add -f paper.pdf'
|
||||
sh 'git commit -a -m "add pdf" --author="Anton Romanov <a.romanov@ulstu.ru>"'
|
||||
sh 'git commit -a -m "add pdf" --author="Anton Romanov <a.romanov@ulstu.ru>'
|
||||
sh 'git push origin master'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user