mirror of
https://bitbucket.org/minetest_gamers/x_enchanting.git
synced 2025-04-21 17:50:21 +02:00
Disable Lua Diagnostics in pipeline
This commit is contained in:
parent
745708505f
commit
172eed1768
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user