Skip to content

Commit cf5d0ed

Browse files
committed
jenkins: fix clang-format commit paths
1 parent 1f49f83 commit cf5d0ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ up the autoformatter locally. (Check console output at ${env.BUILD_URL})
7272
recipientProviders: [[$class: 'RequesterRecipientProvider']],
7373
to: env.CHANGE_AUTHOR_EMAIL)
7474
sh '''
75-
git add -u src
75+
git add -u stan test
7676
git commit -m "[Jenkins] auto-formatting by `clang-format --version`"
7777
'''
7878
gitPush(gitScm: scmGit(

0 commit comments

Comments
 (0)