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 1536484f authored by Dorian Turba's avatar Dorian Turba
Browse files

fix requirement_files path

parent 452f6b8a
No related branches found
No related tags found
1 merge request!1feat: add depandabot template
Pipeline #24055 failed
...@@ -64,5 +64,5 @@ depandabot: ...@@ -64,5 +64,5 @@ depandabot:
needs: [ "python_install" ] needs: [ "python_install" ]
variables: variables:
PROJECT_PATH: "tests/depandabot_project" PROJECT_PATH: "tests/depandabot_project"
REQUIREMENTS_FILE_PATH: "requirements.in" REQUIREMENTS_FILE_PATH: "${PROJECT_PATH}/requirements.in"
OUTPUT_FILE_PATH: "requirements.txt" OUTPUT_FILE_PATH: "${PROJECT_PATH}/requirements.txt"
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