ci/before_script.sh: Remove early exit for lint job

lualint requires building dependencies, so allow the job to take
advantage of the cache.
This commit is contained in:
James McCoy 2020-11-13 11:22:24 -05:00
parent c7443b82a9
commit eb96bec4bb
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB
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
CI_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
source "${CI_DIR}/common/build.sh"