passman/.drone.yml

16 lines
360 B
YAML
Raw Normal View History

2016-10-08 23:33:32 +08:00
pipeline:
clone:
image: plugins/git
depth: 1
2017-07-28 22:22:18 +08:00
verified-check:
image: python
2016-10-08 23:33:32 +08:00
commands:
2017-07-28 22:22:18 +08:00
- wget https://raw.githubusercontent.com/brantje/passman-ci/master/verified-check.py
- pip install requests
- python ./verified-check.py
2016-10-08 23:33:32 +08:00
when:
matrix:
2017-07-28 22:22:18 +08:00
TESTS: verified-check
2016-10-08 23:33:32 +08:00
matrix:
include:
2017-07-28 22:22:18 +08:00
- TESTS: verified-check