fix: cd once into ./libconfig-validator
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Aravinth Manivannan 2022-12-18 21:46:52 +05:30
parent c56a42d2e8
commit fd47aab06a
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 1 deletions

View File

@ -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 ]