From fa6d8becda8e6fb87bc866ed411795818c340511 Mon Sep 17 00:00:00 2001 From: Juraj Vajda Date: Wed, 5 Oct 2022 21:06:46 -0400 Subject: [PATCH] code improvements --- bitbucket-pipelines.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index bec61fd..f194e6f 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -6,7 +6,8 @@ pipelines: - step: name: Lint code script: - - apt install luarocks - - apt install lua5.1 + - apt-get update + - apt-get -y install lua5.1 + - apt-get -y install luarocks - luarocks install luacheck - luacheck .