ci(build): comment out `run` and `verify` steps
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/pr/lint Pipeline was successful Details
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/pr/build Pipeline was successful Details

This commit is contained in:
Aire-One 2022-10-02 21:16:00 +02:00
parent 483cfa6a6f
commit e8f38978dd
1 changed files with 10 additions and 11 deletions

View File

@ -13,14 +13,13 @@ pipeline:
- apk add just gcc musl-dev
- luarocks install cyan
- just build
# TODO : What's after this point is untested since we can't build the project for now
run:
image: akorn/luarocks:lua5.4-alpine
commands:
- apk add just
- just run
verify:
image: alpine:3.16
commands:
- apk add tree
- tree generated
# run:
# image: akorn/luarocks:lua5.4-alpine
# commands:
# - apk add just
# - just run
# verify:
# image: alpine:3.16
# commands:
# - apk add tree
# - tree generated