From fd47aab06a444306583d0225ea497ea3644045e4 Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Sun, 18 Dec 2022 21:46:52 +0530 Subject: [PATCH] fix: cd once into ./libconfig-validator --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index b0f1eea..dd2862d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -20,5 +20,5 @@ pipeline: when: event: [ push, pull_request, tag, deployment ] commands: - - make ci-deploy + - cd ./libconfig-validator/ && make ci-deploy secrets: [ GITEA_WRITE_DEPLOY_KEY, LIBREPAGES_DEPLOY_SECRET ]