summaryrefslogtreecommitdiffstats
path: root/ansible.cfg.example
diff options
context:
space:
mode:
authorLénaïc Huard <lhuard@amadeus.com>2015-07-17 14:45:48 +0200
committerLénaïc Huard <lhuard@amadeus.com>2015-07-17 15:07:53 +0200
commitd21eb80277c6b6eb720b74f4bc828c67fc142a22 (patch)
tree977ae756f36e1b04fd9d3a41430bf6dd21120753 /ansible.cfg.example
parente0211ca67ce18fc9f74d0a9c82cf14a28f395e4d (diff)
downloadopenshift-d21eb80277c6b6eb720b74f4bc828c67fc142a22.tar.gz
openshift-d21eb80277c6b6eb720b74f4bc828c67fc142a22.tar.bz2
openshift-d21eb80277c6b6eb720b74f4bc828c67fc142a22.tar.xz
openshift-d21eb80277c6b6eb720b74f4bc828c67fc142a22.zip
Fix git/pylint.sh
When a PR contains no python file, the very last command executed by `git/pylint.sh` is `git diff --name-only … | grep ".py$"`. This command exits with a non-zero exit code because grep has no match. Because of the `set -e` option, the script aborts there immediately. When a PR contains python files, `git/pylint.sh` exit code must be the one of `pylint` When a PR doesn’t contain any python file, `git/pylint.sh` exit code must be 0.
Diffstat (limited to 'ansible.cfg.example')
0 files changed, 0 insertions, 0 deletions