From 6292ae38b4b3e75399affc3fedf0e497bde83543 Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Mon, 23 Jan 2023 23:12:09 +0100 Subject: [PATCH] ci: :construction_worker: add test script --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index e424c8d..c97531a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ pipeline: conventional_commits: image: node:18 commands: - - echo "test" >> test.txt + - git config --list - npm i -g standard-version - standard-version - git tag