From 7ef00159b0c54ec754c44b69cc40a1a8f2a87290 Mon Sep 17 00:00:00 2001 From: Juraj Vajda Date: Tue, 25 Apr 2023 13:47:26 -0400 Subject: [PATCH] Disable Lua Diagnostics in pipeline --- bitbucket-pipelines.yml | 72 ++++++++++++++++++++--------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 70b139a..dc9135f 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -13,24 +13,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 tags: "*": - step: @@ -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: