Browse Source

new report file

pull/4/head
“liuqisong@qniao.cn” 4 years ago
parent
commit
2470ce221f
4 changed files with 3308 additions and 809 deletions
  1. 320
      log.html
  2. 3376
      output.xml
  3. 411
      report.html
  4. 10
      ztb-trading.sh

320
log.html
File diff suppressed because it is too large
View File

3376
output.xml
File diff suppressed because it is too large
View File

411
report.html
File diff suppressed because it is too large
View File

10
ztb-trading.sh

@ -0,0 +1,10 @@
#!/usr/bin/env bash
cd /root/ztb-trading-rf-api
git pull --all
python3 -m robot /root/ztb-trading-rf-api
git add .
git commit -m "new report file"
git push
Loading…
Cancel
Save