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: