Skip to content
Snippets Groups Projects
Commit 827c4fb2 authored by Tim Repke's avatar Tim Repke
Browse files

fix build

parent 7f32f405
No related branches found
No related tags found
1 merge request!21Deploy deletion cascades & pipeline integration
Pipeline #1111 passed
......@@ -50,7 +50,9 @@ test-job2:
image: python:3.10.9
script:
- source venv/bin/activate
- mypy --config-file=pyproject.toml server
- which python
- pip freeze
- python -m mypy --config-file=pyproject.toml server
deploy-to-production:
stage: deploy
......
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