fix readme and ci
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Robert Kaussow 2023-08-17 10:34:13 +02:00
parent 83d4fa7646
commit e7016d43bc
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 3 additions and 6 deletions

View File

@ -69,4 +69,4 @@ trigger:
- failure - failure
depends_on: depends_on:
- build - test

View File

@ -1,12 +1,9 @@
# helpers # helpers
[![Build Status](https://ci.thegeeklab.de/api/badges/xoxys/helpers/status.svg)](https://ci.thegeeklab.de/repos/xoxys/helpers) [![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)
[![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)
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! 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 ## 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.