From d58495d22e13027433629b94c3c288d9f42dedce Mon Sep 17 00:00:00 2001 From: "Dylan R. E. Moonfire" Date: Thu, 26 Jan 2023 22:27:08 -0600 Subject: [PATCH] ci(woodpecker): different variable since last SHA commit --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 986130a..963c260 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -8,4 +8,4 @@ cd $(dirname $(dirname $0)) ./scripts/setup.sh || exit 1 log "verifying conventional commits in Git log" -npx commitlint --from=$CI_BUILD_BEFORE_SHA +npx commitlint --from=$CI_PREV_COMMIT_SHA