Browse Source

new report file

pull/1/head
qniao 3 years ago
parent
commit
3ca83cceca
1 changed files with 12 additions and 0 deletions
  1. 12
      ztb-ops.sh

12
ztb-ops.sh

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