Update '.drone.yml'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-10-23 14:41:45 +02:00
parent 96b90f4e6e
commit dedb8a254c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ steps:
- find . -name "*.py" -exec python3 -m py_compile '{}' \;
- find . -name "*.py" -exec pylint '{}' + || if [ $? -eq 1 ]; then echo "you fail"; fi
- find . -name "*.py" -exec python3 -m mccabe --min 3 '{}' + || if [ $? -eq 1 ]; then echo "you fail"; fi
- bandit -r .
- bandit -r . || if [ $? -eq 1 ]; then echo "you fail"; fi
- name: ms-teams
image: kuperiu/drone-teams