ci: disable woodpecker lint
ci/woodpecker/pr/docker-build Pipeline was successful Details
ci/woodpecker/pr/lint Pipeline was successful Details
ci/woodpecker/pr/build Pipeline was successful Details
ci/woodpecker/pr/test Pipeline failed Details

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 b2e34288dd
commit 1e4640a7d7
1 changed files with 8 additions and 8 deletions

View File

@ -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