This commit is contained in:
Anton Romanov 2024-05-15 16:57:41 +04:00
parent 0c292384ff
commit ad381a75dc

2
Jenkinsfile vendored
View File

@ -16,8 +16,6 @@ pipeline {
script {
docker.image('aergus/latex').inside {
sh 'latexmk -pdf paper.tex'
sh 'git config --global user.email "a.romanov@ulstu.ru"'
sh 'git config --global user.name "Anton Romanov"'
sh 'git add -f paper.pdf'
sh 'git commit -m "add pdf"'
sh 'git push origin master'