mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 22:35:33 +00:00
ci: do not skip before_install on lint job
This commit is contained in:
@@ -3,10 +3,6 @@
|
||||
set -e
|
||||
set -o pipefail
|
||||
|
||||
if [[ "${CI_TARGET}" == lint ]]; then
|
||||
exit
|
||||
fi
|
||||
|
||||
echo 'Python info:'
|
||||
(
|
||||
set -x
|
||||
|
||||
Reference in New Issue
Block a user