mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-17 07:07:57 +00:00
Attempt to fix 429's in awesome bot
This commit is contained in:
parent
40f86e09f3
commit
200837fc9b
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ version: 2
|
|||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: circleci/ruby
|
||||
- image: circleci/ruby:2.4-node
|
||||
|
||||
steps:
|
||||
- checkout
|
||||
|
@ -13,4 +13,4 @@ jobs:
|
|||
|
||||
- run:
|
||||
name: Check README.md
|
||||
command: awesome_bot README.md --allow-dupe --allow-redirect --white-list https://ipfs.io,slideshare,https://img.shields.io,https://codeclimate.com/github/unixorn/awesome-zsh-plugins,www-s.acm.illinois.edu,https://mgdm.net,https://www.concourse.ci,https://grml.org/zsh/zsh-lovers.html,https://geeknote.me,https://en.ipip.net,https://docs.virtuozzo.com,kubernetes.io
|
||||
command: awesome_bot README.md --allow-dupe --request-delay 1 --allow-redirect --white-list https://ipfs.io,slideshare,https://img.shields.io,https://codeclimate.com/github/unixorn/awesome-zsh-plugins,www-s.acm.illinois.edu,https://mgdm.net,https://www.concourse.ci,https://grml.org/zsh/zsh-lovers.html,https://geeknote.me,https://en.ipip.net,https://docs.virtuozzo.com,kubernetes.io
|
||||
|
|
Loading…
Reference in a new issue