mirror of
https://github.com/seigler/awesome-dash-platform
synced 2025-07-26 22:26:10 +00:00
7 lines
213 B
YAML
7 lines
213 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.2
|
|
before_script:
|
|
- gem install awesome_bot
|
|
script:
|
|
- git diff master.. --name-only | grep '.md' | xargs awesome_bot --allow-dupe --white-list http://ipfs.ydns.eu/ipns/boards.ydns.eu/
|