pub / pp-notifier

Instant Messenger Notification daemon for the PinePhone
git clone https://src.jayvii.de/pub/pp-notifier.git
Home | Log | Files | Exports | Refs | README | RSS

commit bfa383d1aa528b6da01aa28b33b2d880bf73c333
parent 57eeafe6b4f7a3a0c93eb4e4778ca26aac1d9f08
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Thu, 16 Sep 2021 16:13:24 +0200

Fix CI file

Diffstat:
M.gitlab-ci.yml | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -1,4 +1,3 @@ - variables: DEBIAN_FRONTEND: noninteractive # Common dependencies on all jobs @@ -21,7 +20,7 @@ variables: debian: stage: build only: - - master + - main image: debian:bullseye <<: *basic-deps