Fix
This commit is contained in:
parent
0c292384ff
commit
ad381a75dc
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -16,8 +16,6 @@ pipeline {
|
|||||||
script {
|
script {
|
||||||
docker.image('aergus/latex').inside {
|
docker.image('aergus/latex').inside {
|
||||||
sh 'latexmk -pdf paper.tex'
|
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 add -f paper.pdf'
|
||||||
sh 'git commit -m "add pdf"'
|
sh 'git commit -m "add pdf"'
|
||||||
sh 'git push origin master'
|
sh 'git push origin master'
|
||||||
|
Loading…
Reference in New Issue
Block a user