Skip to content

Commit 61e2620

Browse files
committed
fix: update path to lint commits
1 parent 4a44f38 commit 61e2620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/build/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ podTemplate(
8585
container("semantic-release-poetry") {
8686
stage('Lint Commits') {
8787
if (helper.isPRBuild()) {
88-
sh "./cicd/scripts/lint-commits.sh"
88+
sh "./jenkins/build/scripts/lint-commits.sh"
8989
}
9090
}
9191

0 commit comments

Comments
 (0)