Fix gitlab

This commit is contained in:
Otto Winter 2018-10-20 18:26:44 +02:00
parent 15732ca465
commit 70206df8b5
No known key found for this signature in database
GPG key ID: DB66C0BE6013F97E

View file

@ -208,15 +208,15 @@ deploy-beta:amd64:
.deploy-pypi: &deploy-pypi
stage: deploy
before_script:
- pip install -e .
- pip install twine
script:
- python setup.py sdist
- twine upload dist/*
tags:
- python2.7
- esphomeyaml-test
before_script:
- pip install -e .
- pip install twine
script:
- python setup.py sdist
- twine upload dist/*
tags:
- python2.7
- esphomeyaml-test
deploy-release:pypi:
<<: *deploy-pypi