ci: fixes
This commit is contained in:
parent
8e144e06f5
commit
b2e34288dd
|
@ -5,7 +5,7 @@ pipeline:
|
||||||
prepare:
|
prepare:
|
||||||
image: *cyan
|
image: *cyan
|
||||||
commands:
|
commands:
|
||||||
- just install
|
- luarocks install --only-deps awesomewm-d-tl-dev-1.rockspec
|
||||||
build:
|
build:
|
||||||
image: *cyan
|
image: *cyan
|
||||||
commands:
|
commands:
|
||||||
|
|
|
@ -10,7 +10,7 @@ variables:
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
lint-pipeline:
|
lint-pipeline:
|
||||||
image: woodpeckerci/woodpecker-cli:next-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
|
||||||
|
|
|
@ -5,7 +5,7 @@ pipeline:
|
||||||
prepare:
|
prepare:
|
||||||
image: *busted
|
image: *busted
|
||||||
commands:
|
commands:
|
||||||
- just install
|
- luarocks install --only-deps awesomewm-d-tl-dev-1.rockspec
|
||||||
test:
|
test:
|
||||||
image: *busted
|
image: *busted
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in New Issue