diff options
author | Alex Auvolat <alex@adnab.me> | 2024-03-20 17:32:55 +0100 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-03-20 17:02:45 +0000 |
commit | e9bf550e02e2b7121cd1cae6af16163451a9d72a (patch) | |
tree | b3b8c4a54ad1631d321b569f64dd4b83e872197a | |
parent | 55ef7530aee661b5bcfbb9d1c8fffb7ab5dd03f2 (diff) | |
download | bottin-e9bf550e02e2b7121cd1cae6af16163451a9d72a.tar.gz bottin-e9bf550e02e2b7121cd1cae6af16163451a9d72a.zip |
Woodpecker CI
-rw-r--r-- | .woodpecker.yml (renamed from .drone.yml) | 10 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 1 insertions, 11 deletions
diff --git a/.drone.yml b/.woodpecker.yml index c7fb744..afff112 100644 --- a/.drone.yml +++ b/.woodpecker.yml @@ -1,7 +1,3 @@ ---- -kind: pipeline -name: bottin - steps: - name: build image: golang:stretch @@ -17,9 +13,3 @@ steps: BOTTIN_DEFAULT_ADMIN_PW: priZ4Cg0x5NkSyiIN/MpvWw4ZEy8f8s1 commands: - ash test/runner.sh - ---- -kind: signature -hmac: ff246a04c3df8a2f39c8b446dea920622d61950e6caaac886931bdb05d0706ed - -... @@ -1,6 +1,6 @@ # Bottin -[![Build Status](https://drone.deuxfleurs.fr/api/badges/Deuxfleurs/bottin/status.svg?ref=refs/heads/main)](https://drone.deuxfleurs.fr/Deuxfleurs/bottin) +[![status-badge](https://woodpecker.deuxfleurs.fr/api/badges/38/status.svg)](https://woodpecker.deuxfleurs.fr/repos/38) <img src="https://git.deuxfleurs.fr/Deuxfleurs/bottin/raw/branch/main/bottin.png" style="height: 150px; display: block; margin-left: auto; margin-right: auto" /> |