From e7016d43bc6f58f88e39206aad10eed2d30a1c25 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 17 Aug 2023 10:34:13 +0200 Subject: [PATCH] fix readme and ci --- .drone.yml | 2 +- README.md | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index bde58cc..a7ad6e0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -69,4 +69,4 @@ trigger: - failure depends_on: - - build + - test diff --git a/README.md b/README.md index 8f4a921..50fc92c 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,9 @@ # helpers -[![Build Status](https://ci.thegeeklab.de/api/badges/xoxys/helpers/status.svg)](https://ci.thegeeklab.de/repos/xoxys/helpers) -[![GitHub contributors](https://img.shields.io/github/contributors/xoxys/helpers)](https://github.com/xoxys/helpers/graphs/contributors) -[![Source: GitHub](https://img.shields.io/badge/source-github-blue.svg?logo=github&logoColor=white)](https://github.com/xoxys/helpers) -[![License: MIT](https://img.shields.io/github/license/xoxys/helpers)](https://github.com/xoxys/helpers/blob/main/LICENSE) +[![Build Status](https://img.shields.io/drone/build/xoxys/thegeeklab?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/xoxys/helpers) Collection of shell helpers, snippets and command cheatcheets for recurring tasks. Most of the things in this repository don't work out of the box and don't have proper error handling. Think before you use them! ## License -This project is licensed under the MIT License - see the [LICENSE](https://github.com/thegeeklab/wait-for/blob/main/LICENSE) file for details. +This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/xoxys/helpers/src/branch/main/LICENSE) file for details.