Add metric change tracking scripts.

This commit is contained in:
Will Rouesnel
2018-11-11 16:56:36 +11:00
parent a2a2a1df2d
commit df0bb41a13
6 changed files with 67 additions and 29 deletions

View File

@@ -2,8 +2,8 @@
# Script to setup the assets clone of the repository using GIT_ASSETS_BRANCH and
# GIT_API_KEY.
[ -z "$GIT_ASSETS_BRANCH" ] || exit 1
[ -z "$GIT_API_KEY" ] || exit 1
[ ! -z "$GIT_ASSETS_BRANCH" ] || exit 1
[ ! -z "$GIT_API_KEY" ] || exit 1
setup_git() {
git config --global user.email "travis@travis-ci.org" || exit 1