diff options
author | Alex Auvolat <alex@adnab.me> | 2021-02-24 17:43:23 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-02-24 17:43:23 +0100 |
commit | 662901496d3d00b776a9ece90d78db4ecfd13fc8 (patch) | |
tree | 3379d6963955f8a033c48c78d5e5bfbc8a15fc7c | |
parent | 036d574c9a2681981e6ea3e5f1486d54893ec78e (diff) | |
download | guichet-662901496d3d00b776a9ece90d78db4ecfd13fc8.tar.gz guichet-662901496d3d00b776a9ece90d78db4ecfd13fc8.zip |
-rw-r--r-- | .drone.yml | 7 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 9 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..853c5f2 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,7 @@ +pipeline: + build: + image: golang:stretch + commands: + - go get -d -v + - go build -v + @@ -1,5 +1,7 @@ # Guichet +[![Build Status](https://drone.deuxfleurs.fr/api/badges/Deuxfleurs/guichet/status.svg)](https://drone.deuxfleurs.fr/Deuxfleurs/guichet) + Guichet is a simple LDAP web interface for the following tasks: - self-service password change |