master
Anton Romanov 2 months ago
parent cfefa91d02
commit b8c8d97052

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'
}
}

Binary file not shown.
Loading…
Cancel
Save