Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
0e09016b
Commit
0e09016b
authored
Apr 15, 2021
by
Olivier Gonzalez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix wrongly named env variable in license compliance doc
parent
d140c45f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/user/compliance/license_compliance/index.md
doc/user/compliance/license_compliance/index.md
+2
-2
No files found.
doc/user/compliance/license_compliance/index.md
View file @
0e09016b
...
...
@@ -157,7 +157,7 @@ The `license_management` image already embeds many auto-detection scripts, langu
and packages. Nevertheless, it's almost impossible to cover all cases for all projects.
That's why sometimes it's necessary to install extra packages, or to have extra steps
in the project automated setup, like the download and installation of a certificate.
For that, a
`
LICENSE_MANAGEMENT_
SETUP_CMD`
CI/CD variable can be passed to the container,
For that, a
`SETUP_CMD`
CI/CD variable can be passed to the container,
with the required commands to run before the license detection.
If present, this variable overrides the setup step necessary to install all the packages
...
...
@@ -171,7 +171,7 @@ include:
-
template
:
Security/License-Scanning.gitlab-ci.yml
variables
:
LICENSE_MANAGEMENT_
SETUP_CMD
:
sh my-custom-install-script.sh
SETUP_CMD
:
sh my-custom-install-script.sh
```
In this example,
`my-custom-install-script.sh`
is a shell script at the root
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment