[sysadmin/projects-api] /: [CI] Update location of REUSE lint template
Julius Künzel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit a86b27b6c49511f428aec92b7af89c04cf76e2b5 by Julius Künzel. Committed on 15/08/2026 at 01:17. Pushed by sitter into branch 'master'. [CI] Update location of REUSE lint template M +4 -7 .gitlab-ci.yml https://invent.kde.org/sysadmin/projects-api/-/commit/a86b27b6c49511f428aec92b7af89c04cf76e2b5 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c80ab4..6c2c68e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,18 +2,15 @@ # SPDX-FileCopyrightText: 2021 Harald Sitter <[email protected]> include: - - project: sysadmin/ci-tooling - file: invent/ci-reuse.yml + - project: sysadmin/ci-utilities + file: + - /gitlab-templates/blocks/workflow.yml + - /gitlab-templates/reuse-lint.yml - project: sysadmin/ci-service-templates file: - base.yml - dependency-scanning.yml -stages: - - build - - test - - deploy - build: stage: build image: golang:latest