Add CI release to ContentDB

This commit is contained in:
Juraj Vajda 2022-11-03 00:12:05 -04:00
parent 46dcfb8f90
commit 0ec6d4d4a0

View File

@ -23,14 +23,14 @@ pipelines:
- luacheck .
tags:
"*":
# - step:
# name: Lint code
# script:
# - apt-get update
# - apt-get -y install lua5.1
# - apt-get -y install luarocks
# - luarocks install luacheck
# - luacheck .
- step:
name: Lint code
script:
- apt-get update
- apt-get -y install lua5.1
- apt-get -y install luarocks
- luarocks install luacheck
- luacheck .
- step:
name: Install Node Dependencies
caches: