From 0ec6d4d4a0c1e9bc6dcdd7e34c1ce2fd77fc495e Mon Sep 17 00:00:00 2001 From: Juraj Vajda Date: Thu, 3 Nov 2022 00:12:05 -0400 Subject: [PATCH] Add CI release to ContentDB --- bitbucket-pipelines.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 06e55fe..2eec204 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -23,14 +23,14 @@ pipelines: - luacheck . tags: "*": - # - step: - # name: Lint code - # script: - # - apt-get update - # - apt-get -y install lua5.1 - # - apt-get -y install luarocks - # - luarocks install luacheck - # - luacheck . + - step: + name: Lint code + script: + - apt-get update + - apt-get -y install lua5.1 + - apt-get -y install luarocks + - luarocks install luacheck + - luacheck . - step: name: Install Node Dependencies caches: