diff options
| author | Laurent Montel <[email protected]> | 2023-11-19 11:12:26 +0100 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2023-11-19 11:12:26 +0100 |
| commit | 9265c45d1b64dc213f7170b2871a22d4180d0c89 (patch) | |
| tree | 236f99d54dad29d8af0d293e9daa1797a4d78184 | |
| parent | 67e65ba3d9e13cb8d8cc6562c8df465db804f719 (diff) | |
GIT_SILENT: Port to new CI template
| -rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6c54587fa..f83ceadb1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,6 @@ include: - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-qt6.yml + - project: sysadmin/ci-utilities + file: + - /gitlab-templates/linux-qt6.yml + - /gitlab-templates/freebsd-qt6.yml + - /gitlab-templates/windows-qt6.yml |
