Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 7e9f310b authored by Dorian Turba's avatar Dorian Turba
Browse files

add pre-commit cicd

parent 34f85447
No related branches found
No related tags found
No related merge requests found
Pipeline #28771 failed
......@@ -66,3 +66,12 @@ requirements-compile:
PROJECT_PATH: "tests/requirements-compile_project"
REQUIREMENTS_FILE_PATH: "${PROJECT_PATH}/requirements.in"
OUTPUT_FILE_PATH: "${PROJECT_PATH}/requirements.txt"
pre-commit:
stage: templates
needs: [ "python_install" ]
variables:
PROJECT_PATH: "tests/pre-commit_project"
before_script:
- cd ${PROJECT_PATH}
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