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

Update publicationlist by bot

parent f9ee1310
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash
[ -z "$TRAVIS" ] && exit 1 || echo "skip commit. Travis environment variable not set."
gpg --import bibbot.asc
git config --global user.email "bibbot@ckurs.de"
git config --global user.name "BibBot"
git config --global user.signingkey "1617C27854592471"
git commit -S -m "Update publication list" docs/publist.html
git remote add http https://${GITHUB_TOKEN}@github.com/ag-gipp/bib.git
git push http HEAD:$TRAVIS_BRANCH
exit 1
......@@ -8,3 +8,4 @@ cp allRefs.pdf ../../main.pdf
cd ../..
python3 support/issue.py
support/pubHtml
git diff -w docs/publist.html --exit-code || support/commitPub.sh
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