From 172eed1768328b639d89e381cee39312079026c7 Mon Sep 17 00:00:00 2001 From: Juraj Vajda Date: Thu, 23 Feb 2023 21:57:21 -0500 Subject: [PATCH] Disable Lua Diagnostics in pipeline --- bitbucket-pipelines.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 186a530..53b7a09 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -43,24 +43,24 @@ pipelines: - nvm install v17.2.0 - npm i -g npm@8 - npm ci - - parallel: - - step: - name: Lua Check - script: - - apt-get update - - apt-get -y install lua5.1 - - apt-get -y install luarocks - - luarocks install luacheck - - luacheck . - - step: - name: Lua Diagnostics - caches: - - node-modules - - npm - - nvm - script: - - nvm use v17.2.0 - - npm run lua-diagnostics + # - parallel: + - step: + name: Lua Check + script: + - apt-get update + - apt-get -y install lua5.1 + - apt-get -y install luarocks + - luarocks install luacheck + - luacheck . + # - step: + # name: Lua Diagnostics + # caches: + # - node-modules + # - npm + # - nvm + # script: + # - nvm use v17.2.0 + # - npm run lua-diagnostics - step: name: Deploy to ContentDB caches: