Skip to content
Snippets Groups Projects
Commit 9a5ff2e2 authored by Martin Bergemann's avatar Martin Bergemann :speech_balloon:
Browse files

Clean up pipline definition

parent 0a2909e0
No related branches found
No related tags found
2 merge requests!17Update playbooks,!16Update playbooks typos
Pipeline #19122 failed
......@@ -2,26 +2,26 @@ stages:
- doc
lint:
stage: doc
tags:
- docker, specific
before_script:
- python3 -m pip install .[test]
script:
- mypy --install-types --non-interactive
- black --check src
stage: doc
tags:
- conda
before_script:
- python3 -m pip install .[test]
script:
- mypy --install-types --non-interactive
- black --check src
pages:
stage: doc
tags:
- docker, specific
script:
- cd docs && make html
before_script:
- python3 -m pip install .[docs]
after_script:
- mv docs/_build/html public
artifacts:
when: always
paths:
- public
stage: doc
tags:
- conda
script:
- cd docs && make html
before_script:
- python3 -m pip install .[docs]
after_script:
- mv docs/_build/html public
artifacts:
when: always
paths:
- public
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