From acfc77a3bcb561974cc7210874eeaee7f4cbeaec Mon Sep 17 00:00:00 2001
From: "Moritz Schubotz (physikerwelt)" <wiki@physikerwelt.de>
Date: Sat, 29 Jun 2019 14:20:15 +0200
Subject: [PATCH] Debug travis environment variables

---
 support/commitUp.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/support/commitUp.sh b/support/commitUp.sh
index 999dc1c..89d8922 100755
--- a/support/commitUp.sh
+++ b/support/commitUp.sh
@@ -1,5 +1,6 @@
 #!/usr/bin/env bash
 mv gipp_bibertool.bib gipp.bib
+echo "Travis: $TRAVIS, CI: $CI Travis build ID $TRAVIS_BUILD_ID"
 [ -z "$TRAVIS" ] && exit 1 || echo "skip commit. Travis environment variable not set."
 gpg --import bibbot.asc
 git config --global user.email "bibbot@ckurs.de"
-- 
GitLab