diff options
author | Benjamin Schubert <contact@benschubert.me> | 2020-05-08 20:17:35 +0100 |
---|---|---|
committer | Benjamin Schubert <contact@benschubert.me> | 2020-05-08 20:17:35 +0100 |
commit | 6c4a7dbaa438ef3fe6191e332ba52f8259d0716f (patch) | |
tree | 6cc64b0259953e73734c6860071f2a6bfb02a79b /.gitlab-ci.yml | |
parent | fd0a87b9166a4cc0a28f3b41b98c6b0606b02419 (diff) | |
download | buildstream-6c4a7dbaa438ef3fe6191e332ba52f8259d0716f.tar.gz |
.gitlab-ci.yml: Move from license-management to license-scanningbschubert/fix-template-scanning
The former is removed in gitlab 13.0. Effective now.
More info at https://docs.gitlab.com/ee/user/compliance/license_compliance/#migration-from-license_management-to-license_scanning
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 70be8026c..fa86041dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ include: - template: Code-Quality.gitlab-ci.yml - - template: License-Management.gitlab-ci.yml + - template: License-Scanning.gitlab-ci.yml - template: SAST.gitlab-ci.yml image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-debian:10-${DOCKER_IMAGE_VERSION} |