Skip to content
Snippets Groups Projects
Commit 3e58c843 authored by FETCHEPING FETCHEPING Rossif Borel's avatar FETCHEPING FETCHEPING Rossif Borel
Browse files

Remove Python build Job

parent 8a70e3c1
No related branches found
No related tags found
1 merge request!3Pipeline complete
......@@ -10,17 +10,6 @@ stages: # List of stages for jobs, and their order of execution
- build
- deploy
build-python:
stage: test
script:
- python -m venv venv
- source venv/bin/activate
- pip install -r vapormap/app/requirements/production.txt
artifacts:
paths:
- venv
expire_in: 1 day
#Job de test de qualité de code Python de l'API
lint_test_job:
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment