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

View File

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