chore(ci): disable woodpecker lint

The woodpecker-cli version used has moved, and the current woodpecker
server installed is too old to have configuration that passes the newer
lint rules.

We'll need to first update the woodpecker server, then port the config,
and finally enable back this lint step.
This commit is contained in:
Aire-One 2023-09-03 20:08:30 +02:00
parent 85702797fe
commit 6ee57456b9
1 changed files with 8 additions and 8 deletions

View File

@ -9,14 +9,14 @@ variables:
- "**/*.tl"
pipeline:
lint-pipeline:
image: woodpeckerci/woodpecker-cli:v0.15.11-alpine
group: lint
commands:
- woodpecker-cli lint .woodpecker/*.yml
when:
path:
- ".woodpecker/**"
# lint-pipeline:
# image: woodpeckerci/woodpecker-cli:v0.15.11-alpine
# group: lint
# commands:
# - woodpecker-cli lint .woodpecker/*.yml
# when:
# path:
# - ".woodpecker/**"
lint-lua:
image: gitea.aireone.xyz/aire-one/awesomewm.d.tl/luacheck_just:latest