diff --git a/support/commitUp.sh b/support/commitUp.sh index ae92e48412dc4bdfcd36a9ad859dff4fe2361bfb..64a7c393d5a56e2d907f424fb8a9b6b2ccc49a0f 100755 --- a/support/commitUp.sh +++ b/support/commitUp.sh @@ -7,3 +7,4 @@ git config --global user.signingkey "1617C27854592471" git commit -S -m "Reformat bib file" gipp.bib git remote add http https://${GITHUB_TOKEN}@github.com/ag-gipp/bib.git git push http HEAD:$TRAVIS_BRANCH +exit 1 diff --git a/support/compile.sh b/support/compile.sh index 7e713628b930fa2cfe2b36963ffd361ab8334f61..71f2497bbd35c4175129677195974609a74fee79 100755 --- a/support/compile.sh +++ b/support/compile.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash biber --tool --configfile=src/biber/reformat.xml gipp.bib --validate-datamodel -diff -w gipp.bib gipp_bibertool.bib || support/commitUp.sh && exit 1 +diff -w gipp.bib gipp_bibertool.bib || support/commitUp.sh cd src/tex latexmk cp allRefs.pdf ../../main.pdf