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

Cache pip and sign commit

parent 145e3ca6
No related branches found
Tags build-master-2018-11-17-49
No related merge requests found
......@@ -5,7 +5,8 @@ install:
- source ./support/texlive_install.sh
- pip install PyGithub
cache:
directories:
- pip
- directories:
- "/tmp/texlive"
- "$HOME/.texlive"
script:
......
......@@ -4,6 +4,6 @@ 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 -m "Reformat bib file" gipp.bib
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
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