From 8abf382954c77e213245f19e2dc7e324d076047a Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 20 Mar 2024 17:30:38 +0100 Subject: [PATCH 1/2] Woodpecker CI --- .drone.yml => .woodpecker.yml | 25 ++++++------------------- README.md | 2 +- 2 files changed, 7 insertions(+), 20 deletions(-) rename .drone.yml => .woodpecker.yml (59%) diff --git a/.drone.yml b/.woodpecker.yml similarity index 59% rename from .drone.yml rename to .woodpecker.yml index c2a1dd3..33503db 100644 --- a/.drone.yml +++ b/.woodpecker.yml @@ -1,17 +1,4 @@ ---- -kind: pipeline -name: default - -node: - nix-daemon: 1 - -steps: - - name: build - image: nixpkgs/nix:nixos-22.05 - commands: - - nix build --extra-experimental-features nix-command --extra-experimental-features flakes . - -trigger: +when: event: - custom - push @@ -19,8 +6,8 @@ trigger: - tag - cron ---- -kind: signature -hmac: 7fc9d4362327e769e2454229ceb91f587eb11755f1f96207f733e41cc650f693 - -... +steps: + - name: build + image: nixpkgs/nix:nixos-22.05 + commands: + - nix build --extra-experimental-features nix-command --extra-experimental-features flakes . diff --git a/README.md b/README.md index fad0594..483ea71 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Guichet -[![Build Status](https://drone.deuxfleurs.fr/api/badges/Deuxfleurs/guichet/status.svg?ref=refs/heads/main)](https://drone.deuxfleurs.fr/Deuxfleurs/guichet) +[![status-badge](https://woodpecker.deuxfleurs.fr/api/badges/37/status.svg)](https://woodpecker.deuxfleurs.fr/repos/37) Guichet is a simple LDAP web interface for the following tasks: From 13874b44a6786184b5c06760c1291114e91c1488 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 20 Mar 2024 17:33:55 +0100 Subject: [PATCH 2/2] fix woodpecker trigger --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 33503db..d165c7e 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,10 +1,10 @@ when: event: - - custom - push - pull_request - tag - cron + - manual steps: - name: build