Commit 0a01c1a3 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs-fix_command_example_for_license_management' into 'master'

Fix command in license management example

See merge request gitlab-org/gitlab-ee!6007
parents b60cdc47 b0a975a4
......@@ -20,9 +20,9 @@ license_management:
- docker:stable-dind
script:
- export LICENSE_MANAGEMENT_VERSION=$(echo "$CI_SERVER_VERSION" | sed 's/^\([0-9]*\)\.\([0-9]*\).*/\1-\2-stable/')
- docker run
- docker run
--volume "$PWD:/code"
"registry.gitlab.com/gitlab-org/security-products/license-management:$LICENSE_MANAGEMENT_VERSION" /run.sh /code
"registry.gitlab.com/gitlab-org/security-products/license-management:$LICENSE_MANAGEMENT_VERSION" analyze /code
artifacts:
paths: [gl-license-management-report.json]
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment