| commit | 6c4a7dbaa438ef3fe6191e332ba52f8259d0716f | [log] [tgz] |
|---|---|---|
| author | Benjamin Schubert <contact@benschubert.me> | Fri May 08 20:17:35 2020 +0100 |
| committer | Benjamin Schubert <contact@benschubert.me> | Fri May 08 20:17:35 2020 +0100 |
| tree | 6cc64b0259953e73734c6860071f2a6bfb02a79b | |
| parent | fd0a87b9166a4cc0a28f3b41b98c6b0606b02419 [diff] |
.gitlab-ci.yml: Move from license-management to license-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
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 70be802..fa86041 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}