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

Do not commit as bibbot if not run on travis

parent c0f198ae
No related branches found
No related merge requests found
<html>
<head>
<link rel="stylesheet" type="text/css" href="https://assets.zim.uni-wuppertal.de/css/uni.css" media="all">
<base target="_parent">
</head>
<body>
<div id="center_column">
......
<html>
<head>
<link rel="stylesheet" type="text/css" href="https://assets.zim.uni-wuppertal.de/css/uni.css" media="all">
<base target="_parent">
</head>
<body>
<div id="center_column">
......
#!/usr/bin/env bash
mv gipp_bibertool.bib gipp.bib
[ -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"
......
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