ci: do not skip before_install on lint job

This commit is contained in:
Jan Edmund Lazo 2019-10-26 21:19:02 -04:00
parent 3bee2f1604
commit 0cf694e83e
No known key found for this signature in database
GPG Key ID: 64915E6E9F735B15
1 changed files with 0 additions and 4 deletions

View File

@ -3,10 +3,6 @@
set -e
set -o pipefail
if [[ "${CI_TARGET}" == lint ]]; then
exit
fi
echo 'Python info:'
(
set -x