mirror of
https://github.com/thegeeklab/retry.git
synced 2024-11-22 09:30:41 +00:00
chore: normalize repo structure and files
This commit is contained in:
parent
c0754cda8d
commit
5b31afa088
14
.github/settings.yml
vendored
14
.github/settings.yml
vendored
@ -46,13 +46,21 @@ labels:
|
|||||||
color: ffffff
|
color: ffffff
|
||||||
description: This will not be worked on
|
description: This will not be worked on
|
||||||
|
|
||||||
|
teams:
|
||||||
|
- name: bot
|
||||||
|
permission: admin
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
- name: master
|
- name: master
|
||||||
protection:
|
protection:
|
||||||
required_pull_request_reviews: null
|
required_pull_request_reviews: null
|
||||||
required_status_checks:
|
required_status_checks:
|
||||||
strict: true
|
strict: false
|
||||||
contexts:
|
contexts:
|
||||||
- continuous-integration/drone/pr
|
- continuous-integration/drone/pr
|
||||||
enforce_admins: null
|
enforce_admins: false
|
||||||
restrictions: null
|
restrictions:
|
||||||
|
apps:
|
||||||
|
- renovate
|
||||||
|
teams:
|
||||||
|
- bot
|
||||||
|
14
README.md
14
README.md
@ -1,8 +1,10 @@
|
|||||||
# retry
|
# 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)
|
[![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.
|
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:
|
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
|
```Shell
|
||||||
curl -SsL -o /usr/local/bin/retry https://raw.githubusercontent.com/owncloud-ops/retry/master/retry && chmod +x /usr/local/bin/retry"
|
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
|
## 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.
|
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
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user