Merge pull request #3 from owncloud-ci/normalize-repo

chore: normalize repo structure and files
This commit is contained in:
Willy Kloucek 2021-06-16 08:01:11 +02:00 committed by GitHub
commit 9c61fdc766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 6 deletions

15
.github/settings.yml vendored
View File

@ -46,13 +46,22 @@ labels:
color: ffffff
description: This will not be worked on
teams:
- name: bot
permission: admin
branches:
- name: master
protection:
required_pull_request_reviews: null
required_status_checks:
strict: true
strict: false
contexts:
- continuous-integration/drone/pr
enforce_admins: null
restrictions: null
enforce_admins: false
restrictions:
apps:
- renovate
users: []
teams:
- bot

View File

@ -1,8 +1,10 @@
# retry
[![Build Status](https://drone.owncloud.com/api/badges/owncloud-ci/retry/status.svg)](https://drone.owncloud.com/owncloud-ci/retry/)
[![Build Status](https://img.shields.io/drone/build/owncloud-ci/retry?logo=drone&server=https%3A%2F%2Fdrone.owncloud.com)](https://drone.owncloud.com/owncloud-ci/retry)
[![Docker Hub](https://img.shields.io/docker/v/owncloudci/retry?logo=docker&label=dockerhub&sort=semver&logoColor=white)](https://hub.docker.com/r/owncloudci/retry)
[![GitHub contributors](https://img.shields.io/github/contributors/owncloud-ci/retry)](https://github.com/owncloud-ci/retry/graphs/contributors)
[![Source: GitHub](https://img.shields.io/badge/source-github-blue.svg?logo=github&logoColor=white)](https://github.com/owncloud-ci/retry)
[![License: Apache-2.0](https://img.shields.io/github/license/owncloud-ci/retry)](https://github.com/owncloud-ci/retry/blob/main/LICENSE)
[![License: Apache-2.0](https://img.shields.io/github/license/owncloud-ci/retry)](https://github.com/owncloud-ci/retry/blob/master/LICENSE)
Retry any shell command with exponential backoff or constant delay.
@ -10,7 +12,7 @@ Retry any shell command with exponential backoff or constant delay.
Install:
retry is a shell script, so drop it somewhere and make sure it's added to your $PATH. Or you can use the following one-liner:
retry is a shell script, so drop it somewhere and make sure it's added to your \$PATH. Or you can use the following one-liner:
```Shell
curl -SsL -o /usr/local/bin/retry https://raw.githubusercontent.com/owncloud-ops/retry/master/retry && chmod +x /usr/local/bin/retry"
@ -130,3 +132,9 @@ Passed at attempt 3
## License
This project is licensed under the Apache 2.0 License - see the [LICENSE](https://github.com/owncloud-ci/retry/blob/master/LICENSE) file for details.
## Copyright
```Text
Copyright (c) 2021 ownCloud GmbH
```