Disable Lua Diagnostics in pipeline
This commit is contained in:
parent
140c2ad467
commit
7ef00159b0
|
@ -13,7 +13,7 @@ pipelines:
|
||||||
- nvm install v17.2.0
|
- nvm install v17.2.0
|
||||||
- npm i -g npm@8
|
- npm i -g npm@8
|
||||||
- npm ci
|
- npm ci
|
||||||
- parallel:
|
# - parallel:
|
||||||
- step:
|
- step:
|
||||||
name: Lua Check
|
name: Lua Check
|
||||||
script:
|
script:
|
||||||
|
@ -22,15 +22,15 @@ pipelines:
|
||||||
- apt-get -y install luarocks
|
- apt-get -y install luarocks
|
||||||
- luarocks install luacheck
|
- luarocks install luacheck
|
||||||
- luacheck .
|
- luacheck .
|
||||||
- step:
|
# - step:
|
||||||
name: Lua Diagnostics
|
# name: Lua Diagnostics
|
||||||
caches:
|
# caches:
|
||||||
- node-modules
|
# - node-modules
|
||||||
- npm
|
# - npm
|
||||||
- nvm
|
# - nvm
|
||||||
script:
|
# script:
|
||||||
- nvm use v17.2.0
|
# - nvm use v17.2.0
|
||||||
- npm run lua-diagnostics
|
# - npm run lua-diagnostics
|
||||||
tags:
|
tags:
|
||||||
"*":
|
"*":
|
||||||
- step:
|
- step:
|
||||||
|
@ -43,7 +43,7 @@ pipelines:
|
||||||
- nvm install v17.2.0
|
- nvm install v17.2.0
|
||||||
- npm i -g npm@8
|
- npm i -g npm@8
|
||||||
- npm ci
|
- npm ci
|
||||||
- parallel:
|
# - parallel:
|
||||||
- step:
|
- step:
|
||||||
name: Lua Check
|
name: Lua Check
|
||||||
script:
|
script:
|
||||||
|
@ -52,15 +52,15 @@ pipelines:
|
||||||
- apt-get -y install luarocks
|
- apt-get -y install luarocks
|
||||||
- luarocks install luacheck
|
- luarocks install luacheck
|
||||||
- luacheck .
|
- luacheck .
|
||||||
- step:
|
# - step:
|
||||||
name: Lua Diagnostics
|
# name: Lua Diagnostics
|
||||||
caches:
|
# caches:
|
||||||
- node-modules
|
# - node-modules
|
||||||
- npm
|
# - npm
|
||||||
- nvm
|
# - nvm
|
||||||
script:
|
# script:
|
||||||
- nvm use v17.2.0
|
# - nvm use v17.2.0
|
||||||
- npm run lua-diagnostics
|
# - npm run lua-diagnostics
|
||||||
- step:
|
- step:
|
||||||
name: Deploy to ContentDB
|
name: Deploy to ContentDB
|
||||||
caches:
|
caches:
|
||||||
|
|
Ŝarĝante…
Reference in New Issue