diff options
author | bst-marge-bot <marge-bot@buildstream.build> | 2020-05-08 20:48:10 +0000 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2020-05-08 20:48:10 +0000 |
commit | 14dd3598024b58e9e626897e7062dd9563a1502a (patch) | |
tree | 6cc64b0259953e73734c6860071f2a6bfb02a79b | |
parent | fd0a87b9166a4cc0a28f3b41b98c6b0606b02419 (diff) | |
parent | 6c4a7dbaa438ef3fe6191e332ba52f8259d0716f (diff) | |
download | buildstream-14dd3598024b58e9e626897e7062dd9563a1502a.tar.gz |
Merge branch 'bschubert/fix-template-scanning' into 'master'
.gitlab-ci.yml: Move from license-management to license-scanning
See merge request BuildStream/buildstream!1910
-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} |