mirror of
https://github.com/luzifer-docker/awscli.git
synced 2024-12-20 21:11:19 +00:00
Update commit statement to receive notifications if broken
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
7a2f6f8e87
commit
332040be98
1 changed files with 1 additions and 1 deletions
2
build.sh
2
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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue