2020-03-13 15:44:24 +05:30
|
|
|
# Deprecated: https://gitlab.com/gitlab-org/gitlab/issues/14624
|
|
|
|
# Please, use License-Scanning.gitlab-ci.yml template instead
|
2019-07-07 11:18:12 +05:30
|
|
|
|
2020-05-24 23:13:21 +05:30
|
|
|
include:
|
|
|
|
- template: License-Scanning.gitlab-ci.yml
|
2019-07-07 11:18:12 +05:30
|
|
|
|
2020-05-24 23:13:21 +05:30
|
|
|
license_scanning:
|
|
|
|
before_script:
|
|
|
|
- |
|
|
|
|
echo "As of GitLab 12.8, we deprecated the License-Management.gitlab.ci.yml template.
|
|
|
|
Please replace it with the License-Scanning.gitlab-ci.yml template instead.
|
|
|
|
For more details visit
|
|
|
|
https://docs.gitlab.com/ee/user/compliance/license_compliance/#migration-from-license_management-to-license_scanning"
|