Skip to content
Snippets Groups Projects
Unverified Commit f7c63730 authored by Moritz Aurel Pascal Schubotz's avatar Moritz Aurel Pascal Schubotz
Browse files

Add correction script

parent e174cdd6
No related branches found
Tags build-master-2018-11-15-27
No related merge requests found
#!/usr/bin/env bash
mv gipp_bibertool.bib gipp.bib
git config --global user.email "bibbot@ckurs.de"
git config --global user.name "BibBot"
git commit -m "Reformat bib file" gipp.bib
git push https://$GITHUBKEY@github.com/ag-gipp/bib $TRAVIS_BRANCH
#!/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
cd src/tex
latexmk
cp allRefs.pdf ../../main.pdf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment