change GitLab Lua to 5.2

This commit is contained in:
Syping 2018-06-22 18:11:16 +02:00
parent ca8003c2e8
commit f1cfbbf573
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Install curl and lua
apt-get update -qq && \
apt-get install -qq curl git lua5.3 openssl
apt-get install -qq curl git lua5.2 openssl
# Check if build is not tagged
if [ "${CI_COMMIT_TAG}" == "" ]; then