From 332040be98fb554d53fa2466220e70e71f107a74 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Mon, 15 May 2017 08:44:34 +0200 Subject: [PATCH] Update commit statement to receive notifications if broken Signed-off-by: Knut Ahlers --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 2afcc33..ee1b934 100755 --- a/build.sh +++ b/build.sh @@ -52,7 +52,7 @@ docker build . echo "Updating repository..." git add requirements.txt -git -c user.name='travis' -c user.email='travis' \ +git -c user.name='Travis Automated Update' -c user.email='travis@luzifer.io' \ commit -m "awscli ${AWSCLI_VERSION}" git tag ${AWSCLI_VERSION}