image_builder: remove space in .travis

This commit is contained in:
Artem Smirnov
2018-09-21 21:20:00 +03:00
parent a548fcafa8
commit 9c3a8627b5

View File

@@ -19,7 +19,6 @@ before_deploy:
- git config --local user.email "urpylka@gmail.com"
- git tag "$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)"
- cd image && zip ${IMAGE_NAME}.zip ${IMAGE_NAME}
deploy:
provider: releases
api_key: ${GITHUB_OAUTH_TOKEN}