Verified Commit f53232f2 authored by Daniel Williams's avatar Daniel Williams
Browse files

Fixed yaml syntax error.

parent 1d8256f6
Loading
Loading
Loading
Loading
+3 −11
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ image: lpmn/lalsuite:minke-latest
stages:
  - test
  - build
#  - deploy
  - deploy

test:
  stage: test
@@ -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:
@@ -48,12 +46,6 @@ deploy:wheel:
  script:
    - pip install twine
    - twine upload dist/*
  artifacts:
    expire_in: 3h
    paths:
      - dist
  only:
    - master
  #only:
  #  - tags
  # except: