diff --git a/ztb-ops.sh b/ztb-ops.sh new file mode 100755 index 0000000..d741ebc --- /dev/null +++ b/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