Support calling checkrefs.py from other dirs

This commit is contained in:
Dunedan
2024-08-25 17:07:55 +02:00
parent f22d0d899e
commit 39f2889cf7
2 changed files with 3 additions and 3 deletions
@@ -38,7 +38,7 @@ pipeline {
stage("Data checks") {
steps {
sh "cd source/tools/entity/ && python3 checkrefs.py -tax"
sh "python3 source/tools/entity/checkrefs.py -tax"
}
}
}