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 73b77af1 authored by sdesnoe's avatar sdesnoe Committed by Dorian Turba
Browse files

docs: var gitlab_api_url for depandabot template

parent d4a4f4f7
No related branches found
No related tags found
1 merge request!1feat: add depandabot template
...@@ -16,7 +16,7 @@ The objective of the `depandabot` job is to provide a way to update the requirem ...@@ -16,7 +16,7 @@ The objective of the `depandabot` job is to provide a way to update the requirem
| `PROJECT_PATH` | The path to the project root directory. | `"."` | | `PROJECT_PATH` | The path to the project root directory. | `"."` |
| `REQUIREMENTS_FILE_PATH` | the path to the requirements file. | `"${PROJECT_PATH}/requirements.txt"` | | `REQUIREMENTS_FILE_PATH` | the path to the requirements file. | `"${PROJECT_PATH}/requirements.txt"` |
| `IMAGE_TAG` | The default tag for the docker image. See [Python Docker Official Image](https://hub.docker.com/_/python) for supported tags and respective Dockerfile links. | `"latest"` | | `IMAGE_TAG` | The default tag for the docker image. See [Python Docker Official Image](https://hub.docker.com/_/python) for supported tags and respective Dockerfile links. | `"latest"` |
| `PYTHON_SETUP` | Bash commands to setup your python environment. Default rely on `requirements.txt` to install all dependencies. | `"pip install -r ${REQUIREMENTS_FILE_PATH}"` | | `GITLAB_API_URL` | The host name of the GitLab instance | `${CI_SERVER_HOST}` |
## Example of use ## Example of use
......
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