mirror of
https://github.com/luzifer-docker/jenkins.git
synced 2024-11-09 17:10:01 +00:00
Update commit statement to receive notifications if broken
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
62096e85d3
commit
3650226c00
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ docker build .
|
|||
|
||||
echo "Updating repository..."
|
||||
git add Dockerfile
|
||||
git -c user.name='travis' -c user.email='travis' \
|
||||
git -c user.name='Travis Automated Update' -c user.email='travis@luzifer.io' \
|
||||
commit -m "Jenkins ${LATEST}"
|
||||
git tag ${LATEST}
|
||||
|
||||
|
|
Loading…
Reference in a new issue