diff options
| author | Achilleas Pipinellis <axil@gitlab.com> | 2019-06-14 18:08:20 +0000 |
|---|---|---|
| committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-06-14 18:08:20 +0000 |
| commit | 1fa4c875d8a77ca7b5ed3fbaa9027ffb900a0f05 (patch) | |
| tree | da72975d2218a531e35803d8f25305c8bc090efa /README.md | |
| parent | ce0a013aea140f9663d47149d90c53c81f4f193e (diff) | |
| parent | 3c6bcd384d4f9e4426903e019c7ab75d65d2e95c (diff) | |
Merge branch 'ee-12033-doc-lm-python-version-docs' into 'master'
Document CI variable LM_PYTHON_VERSION
See merge request gitlab-org/security-products/license-management!42
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -80,7 +80,8 @@ The License Management tool can be customized with environments variables for so | Environment variable | Project type | Function | |----------------------|--------------|----------| | MAVEN_CLI_OPTS | Java (Maven) | Additional arguments for the mvn executable. If not supplied, defaults to `-DskipTests`. | -| LM_JAVA_VERSION | Java (Maven) | If this variable is set to 11, maven and gradle will use JAVA 11 instead of JAVA 8 | +| LM_JAVA_VERSION | Java (Maven) | Version of Java. If set to `11`, Maven and Gradle use Java 11 instead of Java 8. | +| LM_PYTHON_VERSION | Python | Version of Python. If set to `3`, dependencies are installed using Python 3 instead of Python 2.7. | Inject the required environment variables to the docker command using the [`--env` option flag](https://docs.docker.com/engine/reference/commandline/run/#set-environment-variables--e---env---env-file) |
