From 70206df8b5dfd49118c0dbc47421bc317e25cabb Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Sat, 20 Oct 2018 18:26:44 +0200 Subject: [PATCH] Fix gitlab --- .gitlab-ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 684388971d..c62c4ae68d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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