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

add project_path to requirement path

parent f1dd979d
No related branches found
No related tags found
1 merge request!1feat: add depandabot template
Pipeline #24064 failed
......@@ -10,8 +10,8 @@ depandabot:
variables:
PYTHON_SETUP: pip install pip-tools
GITLAB_API_URL: "${CI_SERVER_HOST}"
REQUIREMENTS_FILE_PATH: "requirements.in"
OUTPUT_FILE_PATH: "requirements${IMAGE_TAG}.txt"
REQUIREMENTS_FILE_PATH: "${PROJECT_PATH}/requirements.in"
OUTPUT_FILE_PATH: "${PROJECT_PATH}/requirements${IMAGE_TAG}.txt"
script:
- !reference [.python_install, script]
......
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