From 0cf694e83e27008205b2e550a9c407a4e664750b Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Sat, 26 Oct 2019 21:19:02 -0400 Subject: ci: do not skip before_install on lint job --- ci/before_install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ci/before_install.sh b/ci/before_install.sh index 7e2ff12d6d..5810bec71a 100755 --- a/ci/before_install.sh +++ b/ci/before_install.sh @@ -3,10 +3,6 @@ set -e set -o pipefail -if [[ "${CI_TARGET}" == lint ]]; then - exit -fi - echo 'Python info:' ( set -x -- cgit