2017-07-14 13:20:15 +01:00
|
|
|
language: python
|
|
|
|
|
|
|
|
python:
|
|
|
|
- "2.7"
|
2018-02-08 17:13:38 +00:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
recipients:
|
|
|
|
- filters@adguard.com
|
|
|
|
on_success: never
|
|
|
|
on_failure: always
|
2017-07-04 08:34:17 +01:00
|
|
|
|
|
|
|
script:
|
2017-07-14 13:20:15 +01:00
|
|
|
- python Filters/parser.py
|
|
|
|
|
|
|
|
deploy:
|
|
|
|
provider: pages
|
2018-03-11 15:51:14 +00:00
|
|
|
edge:
|
|
|
|
branch: v1.8.47
|
2017-07-14 13:20:15 +01:00
|
|
|
skip_cleanup: true
|
|
|
|
github_token: $GITHUB_TOKEN
|
|
|
|
on:
|
2018-02-08 17:13:38 +00:00
|
|
|
branch: master
|