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:
parent
b2e34288dd
commit
1e4640a7d7
|
@ -9,14 +9,14 @@ variables:
|
||||||
- "**/*.tl"
|
- "**/*.tl"
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
lint-pipeline:
|
# lint-pipeline:
|
||||||
image: woodpeckerci/woodpecker-cli:v0.15.11-alpine
|
# image: woodpeckerci/woodpecker-cli:v0.15.11-alpine
|
||||||
group: lint
|
# group: lint
|
||||||
commands:
|
# commands:
|
||||||
- woodpecker-cli lint .woodpecker/*.yml
|
# - woodpecker-cli lint .woodpecker/*.yml
|
||||||
when:
|
# when:
|
||||||
path:
|
# path:
|
||||||
- ".woodpecker/**"
|
# - ".woodpecker/**"
|
||||||
|
|
||||||
lint-lua:
|
lint-lua:
|
||||||
image: gitea.aireone.xyz/aire-one/awesomewm.d.tl/luacheck_just:latest
|
image: gitea.aireone.xyz/aire-one/awesomewm.d.tl/luacheck_just:latest
|
||||||
|
|
Loading…
Reference in New Issue