From 15d3c69a7d659f4154725eb10bcf939c792349e2 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Tue, 19 Sep 2023 09:28:53 +0100
Subject: [PATCH] Use new CI templates

---
 .gitlab-ci.yml | 33 +++++----------------------------
 1 file changed, 5 insertions(+), 28 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ee9e9829..7bfe9181 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,30 +1,7 @@
-include: "https://git.autistici.org/ai3/build-deb/raw/master/ci-common.yml"
+include:
+  - "https://git.autistici.org/pipelines/debian/raw/master/common.yml"
+  - "https://git.autistici.org/pipelines/images/test/golang/raw/master/ci.yml"
 
-build_pkg:buster:amd64:
-  when: manual
+variables:
+  REPOSITORY: autoradio
 
-upload_pkg:buster:
-  variables:
-    REPOSITORY: autoradio/buster
-  when: manual
-
-upload_pkg:ci:bullseye:
-  when: manual
-
-upload_pkg:bookworm:
-  variables:
-    REPOSITORY: autoradio/bookworm
-  when: manual
-
-test:
-  stage: test
-  image: registry.git.autistici.org/ai3/docker/test/golang:master
-  script:
-    - run-go-test ./...
-  artifacts:
-    when: always
-    reports:
-      coverage_report:
-        coverage_format: cobertura
-        path: cover.xml
-      junit: report.xml
-- 
GitLab