From 349ca14aa00c9a1e96e7d078168de8ca3cbb4468 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 14 Sep 2017 15:41:17 +0200 Subject: [PATCH] Fix commit message for auto-updater Signed-off-by: Knut Ahlers --- update-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-version.sh b/update-version.sh index f637794..81ab578 100755 --- a/update-version.sh +++ b/update-version.sh @@ -31,7 +31,7 @@ docker build . echo "Updating repository..." git add Dockerfile git -c user.name='Travis Automated Update' -c user.email='travis@luzifer.io' \ - commit -m "Jenkins ${LATEST}" + commit -m "Grafana ${LATEST}" git tag ${LATEST} git push -q https://${GH_USER}:${GH_TOKEN}@github.com/luzifer-docker/grafana.git master --tags