From 8345479c7005ef0b4d46d7cacd1ac8513d697283 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Sat, 16 Apr 2022 12:29:25 +0530 Subject: [PATCH] chore: rm debug statements from woodpecker config --- .woodpecker.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index b489158..bb1d694 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,6 +6,5 @@ pipeline: commands: - make env - make - - ls -lah && find scripts && cat scripts/ci.sh - make ci-deploy secrets: [ pages_deploy_secret, hostea_write_deploy_key ]