Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ lua-tests: rules: - if: '$CI_PIPELINE_SOURCE == "merge_request_event"' before_script: - apk add --no-cache bash git lua5.4 lua5.4-dev luarocks build-base - apk add --no-cache bash git lua5.4 lua5.4-dev luarocks build-base openssl-dev - | LUAROCKS_BIN="$(command -v luarocks-5.4 || command -v luarocks)" "$LUAROCKS_BIN" --lua-version=5.4 install random || true Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ lua-tests: rules: - if: '$CI_PIPELINE_SOURCE == "merge_request_event"' before_script: - apk add --no-cache bash git lua5.4 lua5.4-dev luarocks build-base - apk add --no-cache bash git lua5.4 lua5.4-dev luarocks build-base openssl-dev - | LUAROCKS_BIN="$(command -v luarocks-5.4 || command -v luarocks)" "$LUAROCKS_BIN" --lua-version=5.4 install random || true Loading