diff options
author | Alex <alex@adnab.me> | 2024-03-20 16:37:57 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-03-20 16:37:57 +0000 |
commit | e7e05ed929c92c2b9d193f8193878c1a8a74c43c (patch) | |
tree | 6830becd86dadc94de41f7689681e848741641a1 | |
parent | 51a5771b0ba94efd35e0828c8423bc525ac8933f (diff) | |
parent | 13874b44a6786184b5c06760c1291114e91c1488 (diff) | |
download | guichet-e7e05ed929c92c2b9d193f8193878c1a8a74c43c.tar.gz guichet-e7e05ed929c92c2b9d193f8193878c1a8a74c43c.zip |
Merge pull request 'Woodpecker CI' (#64) from woodpecker-ci into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/guichet/pulls/64
-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: |