Loading .gitlab-ci.yml +3 −11 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ image: lpmn/lalsuite:minke-latest stages: - test - build # - deploy - deploy test: stage: test Loading @@ -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: Loading Loading @@ -48,12 +46,6 @@ deploy:wheel: script: - pip install twine - twine upload dist/* artifacts: expire_in: 3h paths: - dist only: - master #only: # - tags # except: Loading Loading
.gitlab-ci.yml +3 −11 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ image: lpmn/lalsuite:minke-latest stages: - test - build # - deploy - deploy test: stage: test Loading @@ -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: Loading Loading @@ -48,12 +46,6 @@ deploy:wheel: script: - pip install twine - twine upload dist/* artifacts: expire_in: 3h paths: - dist only: - master #only: # - tags # except: Loading