mirror of
https://github.com/luzifer-docker/grafana.git
synced 2024-11-09 23:50:01 +00:00
Fix commit message for auto-updater
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
6129d9db1f
commit
349ca14aa0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue