ci: fix test and build dependencies install
This commit is contained in:
parent
1d06f17edf
commit
30f36fc265
|
@ -2,10 +2,6 @@ variables:
|
|||
- &cyan gitea.aireone.xyz/aire-one/awesomewm.d.tl/cyan:latest
|
||||
|
||||
pipeline:
|
||||
prepare:
|
||||
image: *cyan
|
||||
commands:
|
||||
- luarocks install --only-deps awesomewmdtl-dev-1.rockspec
|
||||
build:
|
||||
image: *cyan
|
||||
commands:
|
||||
|
|
|
@ -2,10 +2,6 @@ variables:
|
|||
- &busted gitea.aireone.xyz/aire-one/awesomewm.d.tl/busted-tl_just:latest
|
||||
|
||||
pipeline:
|
||||
prepare:
|
||||
image: *busted
|
||||
commands:
|
||||
- luarocks install --only-deps awesomewmdtl-dev-1.rockspec
|
||||
test:
|
||||
image: *busted
|
||||
commands:
|
||||
|
|
Loading…
Reference in New Issue