Skip to content

Commit

Permalink
Fixed yaml syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
transientlunatic committed Mar 12, 2018
1 parent 1d8256f commit f53232f
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ image: lpmn/lalsuite:minke-latest
stages:
- test
- build
# - deploy
- deploy

test:
stage: test
Expand All @@ -13,8 +13,6 @@ test:
- pip install -r requirements.txt
- python setup.py install
- python setup.py test
# As a temporary measure
allow_failure: true


pages:
Expand Down Expand Up @@ -44,16 +42,10 @@ wheel:
- dist

deploy:wheel:
stage: deploy
script:
stage: deploy
script:
- pip install twine
- twine upload dist/*
artifacts:
expire_in: 3h
paths:
- dist
only:
- master
#only:
# - tags
# except:
Expand Down

0 comments on commit f53232f

Please sign in to comment.