* Print initdb php file.

This commit is contained in:
liyang
2023-04-28 16:41:28 +08:00
parent 4bc8693728
commit aea4609f32
Vendored
+1 -1
View File
@@ -94,7 +94,7 @@ pipeline {
steps {
container('zentao') {
sh 'cat /usr/bin/init.php; initdb.php ; /apps/zentao/test/ztest init'
sh 'cat /usr/bin/initdb.php; initdb.php ; /apps/zentao/test/ztest init'
}
}
post {