From e8f38978dd4ce55441d5eb0873e1372a10db2aef Mon Sep 17 00:00:00 2001 From: Aire-One Date: Sun, 2 Oct 2022 21:16:00 +0200 Subject: [PATCH] ci(build): comment out `run` and `verify` steps --- .woodpecker/build.yml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index d213e59..7f586a5 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -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