diff options
-rw-r--r-- | .woodpecker.yml (renamed from .drone.yml) | 27 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 8 insertions, 21 deletions
diff --git a/.drone.yml b/.woodpecker.yml index c2a1dd3..d165c7e 100644 --- a/.drone.yml +++ b/.woodpecker.yml @@ -1,26 +1,13 @@ ---- -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 - pull_request - tag - cron + - manual ---- -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 . @@ -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: |