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