diff --git a/support/commitUp.sh b/support/commitUp.sh index 999dc1ceb394e18d0c9a7828cb8a1a440bd8a423..89d8922198fa9c39dea02a56f88e780786da3ce6 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"