From 1a1028b6afd2567daee5d04cd116ac58036ab49d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCrten?= <sebastian@mobanisto.de> Date: Tue, 31 Jan 2023 15:23:23 +0100 Subject: [PATCH] Keep artifacts for Ubuntu Jammy --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f541219ceb..5e709f4c12 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,6 +65,7 @@ b_package_linux: - briar-desktop-debian-bullseye.deb - briar-desktop-ubuntu-18.04.deb - briar-desktop-ubuntu-20.04.deb + - briar-desktop-ubuntu-22.04.deb expire_in: 2 days rules: - if: $CI_PIPELINE_SOURCE == "schedule" @@ -119,6 +120,7 @@ rb_package_linux: - briar-desktop-debian-bullseye.deb - briar-desktop-ubuntu-18.04.deb - briar-desktop-ubuntu-20.04.deb + - briar-desktop-ubuntu-22.04.deb expire_in: 2 days only: - tags -- GitLab