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.