From 3ca83cceca01cdc9e258799a487f6bba99bef09c Mon Sep 17 00:00:00 2001 From: qniao Date: Thu, 4 Aug 2022 09:08:35 +0800 Subject: [PATCH] new report file --- ztb-ops.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 ztb-ops.sh 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