Skip to content
Snippets Groups Projects
Verified Commit f53232f2 authored by Daniel Williams's avatar Daniel Williams
Browse files

Fixed yaml syntax error.

parent 1d8256f6
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ image: lpmn/lalsuite:minke-latest ...@@ -3,7 +3,7 @@ image: lpmn/lalsuite:minke-latest
stages: stages:
- test - test
- build - build
# - deploy - deploy
test: test:
stage: test stage: test
...@@ -13,8 +13,6 @@ test: ...@@ -13,8 +13,6 @@ test:
- pip install -r requirements.txt - pip install -r requirements.txt
- python setup.py install - python setup.py install
- python setup.py test - python setup.py test
# As a temporary measure
allow_failure: true
pages: pages:
...@@ -44,16 +42,10 @@ wheel: ...@@ -44,16 +42,10 @@ wheel:
- dist - dist
deploy:wheel: deploy:wheel:
stage: deploy stage: deploy
script: script:
- pip install twine - pip install twine
- twine upload dist/* - twine upload dist/*
artifacts:
expire_in: 3h
paths:
- dist
only:
- master
#only: #only:
# - tags # - tags
# except: # except:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment