Skip to content

Commit 360f03e

Browse files
committed
fix: Use author date as comitter date
upon patching the site, in order to decrease the dates influence on the resulting file.
1 parent 6e38244 commit 360f03e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pipeline {
4949
stage('Apply site patches') {
5050
steps {
5151
dir('gluon') {
52-
sh 'git am site/patches/*'
52+
sh 'git am site/patches/* --committer-date-is-author-date'
5353
}
5454
}
5555
}

0 commit comments

Comments
 (0)