Disable Lua Diagnostics in pipeline

This commit is contained in:
Juraj Vajda 2023-02-23 21:57:21 -05:00
parent 745708505f
commit 172eed1768

View File

@ -43,7 +43,7 @@ pipelines:
- nvm install v17.2.0
- npm i -g npm@8
- npm ci
- parallel:
# - parallel:
- step:
name: Lua Check
script:
@ -52,15 +52,15 @@ pipelines:
- 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: Lua Diagnostics
# caches:
# - node-modules
# - npm
# - nvm
# script:
# - nvm use v17.2.0
# - npm run lua-diagnostics
- step:
name: Deploy to ContentDB
caches: