forked from Deuxfleurs/guichet
Woodpecker CI
This commit is contained in:
parent
51a5771b0b
commit
8abf382954
2 changed files with 7 additions and 20 deletions
|
@ -1,17 +1,4 @@
|
||||||
---
|
when:
|
||||||
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:
|
|
||||||
event:
|
event:
|
||||||
- custom
|
- custom
|
||||||
- push
|
- push
|
||||||
|
@ -19,8 +6,8 @@ trigger:
|
||||||
- tag
|
- tag
|
||||||
- cron
|
- cron
|
||||||
|
|
||||||
---
|
steps:
|
||||||
kind: signature
|
- name: build
|
||||||
hmac: 7fc9d4362327e769e2454229ceb91f587eb11755f1f96207f733e41cc650f693
|
image: nixpkgs/nix:nixos-22.05
|
||||||
|
commands:
|
||||||
...
|
- nix build --extra-experimental-features nix-command --extra-experimental-features flakes .
|
|
@ -1,6 +1,6 @@
|
||||||
# Guichet
|
# 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:
|
Guichet is a simple LDAP web interface for the following tasks:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue