mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Support calling checkrefs.py from other dirs
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user