change GitLab Lua to 5.2
This commit is contained in:
parent
ca8003c2e8
commit
f1cfbbf573
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Install curl and lua
|
# Install curl and lua
|
||||||
apt-get update -qq && \
|
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
|
# Check if build is not tagged
|
||||||
if [ "${CI_COMMIT_TAG}" == "" ]; then
|
if [ "${CI_COMMIT_TAG}" == "" ]; then
|
||||||
|
|
Loading…
Reference in a new issue