Fix: Do not use tag and branch named latest

This commit is contained in:
Knut Ahlers 2016-08-10 17:05:54 +02:00
parent 19379f8699
commit 2070591bda
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -55,6 +55,5 @@ git add requirements.txt
git -c user.name='travis' -c user.email='travis' \
commit -m "awscli ${AWSCLI_VERSION}"
git tag ${AWSCLI_VERSION}
git tag -f latest
git push -q https://${GH_USER}:${GH_TOKEN}@github.com/luzifer-docker/awscli latest --tags