diff options
| author | Dundar Goc <gocdundar@gmail.com> | 2022-07-11 16:38:50 +0200 |
|---|---|---|
| committer | Dundar Goc <gocdundar@gmail.com> | 2022-07-11 16:41:06 +0200 |
| commit | bb1a464467aefb443d4461e4d75cf0fc4283b461 (patch) | |
| tree | 4e40bad2e38f6b8d811ba520b86eb870d46a5ce8 /ci/script.sh | |
| parent | 5c3bbb67e7c59b2fa18e37fdd9845a0e7e3381db (diff) | |
| download | rneovim-bb1a464467aefb443d4461e4d75cf0fc4283b461.tar.gz rneovim-bb1a464467aefb443d4461e4d75cf0fc4283b461.tar.bz2 rneovim-bb1a464467aefb443d4461e4d75cf0fc4283b461.zip | |
ci: remove unnecessary file run_lint.sh
It's a leftover artifact that currently just acts as an unnecessary
intermediary script that calls the Makefile. It can be replaced by just
calling the Makefile directly.
Diffstat (limited to 'ci/script.sh')
| -rwxr-xr-x | ci/script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/script.sh b/ci/script.sh index 74fc4eda6c..be01b045f7 100755 --- a/ci/script.sh +++ b/ci/script.sh @@ -3,7 +3,7 @@ set -e set -o pipefail -ci/run_${CI_TARGET}.sh +ci/run_tests.sh if [[ -s "${GCOV_ERROR_FILE}" ]]; then echo '=== Unexpected gcov errors: ===' |