From f1cfbbf5732877c6cba46bea398486f65fc9c56f Mon Sep 17 00:00:00 2001 From: Syping Date: Fri, 22 Jun 2018 18:11:16 +0200 Subject: [PATCH] change GitLab Lua to 5.2 --- .gitlab/gitlab.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/gitlab.sh b/.gitlab/gitlab.sh index 3c076ab..821f89b 100755 --- a/.gitlab/gitlab.sh +++ b/.gitlab/gitlab.sh @@ -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