Skip to content

Commit 74557ef

Browse files
authored
python -> python3
1 parent 53852a4 commit 74557ef

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
@@ -44,7 +44,7 @@ pipeline {
4444

4545
script {
4646
if (params.linkDocs) {
47-
sh "python add_old_links.py $major_version $minor_version"
47+
sh "python3 add_old_links.py $major_version $minor_version"
4848
}
4949
}
5050

0 commit comments

Comments
 (0)