ci(build): comment out `run` and `verify` steps
This commit is contained in:
parent
483cfa6a6f
commit
e8f38978dd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue