summaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2019-02-20 16:29:08 +0100
committerGitHub <noreply@github.com>2019-02-20 16:29:08 +0100
commit5214e9513330965ec87bd1de551073c2307ed478 (patch)
treea3537496a9929986de6b571d9b29d420920fe6ac /.travis
parent05aa3424fdd00d9fa6f545de82b61da8f72035cb (diff)
change email address for automated commits (#5444)
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/generate_changelog.sh2
-rwxr-xr-x.travis/nightlies.sh2
-rwxr-xr-x.travis/releaser.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/.travis/generate_changelog.sh b/.travis/generate_changelog.sh
index d1b72e071d..4ae69f1c78 100755
--- a/.travis/generate_changelog.sh
+++ b/.travis/generate_changelog.sh
@@ -9,7 +9,7 @@ fi
ORGANIZATION=$(echo "$TRAVIS_REPO_SLUG" | awk -F '/' '{print $1}')
PROJECT=$(echo "$TRAVIS_REPO_SLUG" | awk -F '/' '{print $2}')
-GIT_MAIL=${GIT_MAIL:-"pawel+bot@netdata.cloud"}
+GIT_MAIL=${GIT_MAIL:-"bot@netdata.cloud"}
GIT_USER=${GIT_USER:-"netdatabot"}
if [ -z ${GIT_TAG+x} ]; then
diff --git a/.travis/nightlies.sh b/.travis/nightlies.sh
index fd133d08ab..8e867416ef 100755
--- a/.travis/nightlies.sh
+++ b/.travis/nightlies.sh
@@ -7,7 +7,7 @@ if [ ! -f .gitignore ]; then
exit 1
fi
-export GIT_MAIL="pawel+bot@netdata.cloud"
+export GIT_MAIL="bot@netdata.cloud"
export GIT_USER="netdatabot"
echo "--- Initialize git configuration ---"
git config user.email "${GIT_MAIL}"
diff --git a/.travis/releaser.sh b/.travis/releaser.sh
index bdda0fce32..c40f4c1bcb 100755
--- a/.travis/releaser.sh
+++ b/.travis/releaser.sh
@@ -29,7 +29,7 @@ if [ ! -f .gitignore ]; then
exit 1
fi
-export GIT_MAIL="pawel+bot@netdata.cloud"
+export GIT_MAIL="bot@netdata.cloud"
export GIT_USER="netdatabot"
echo "--- Initialize git configuration ---"
git config user.email "${GIT_MAIL}"