瀏覽代碼

fix uploadReport.sh

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 2 年之前
父節點
當前提交
2c69d94162
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/uploadReport.sh

+ 1 - 1
scripts/uploadReport.sh

@@ -54,7 +54,7 @@ fi
 if [ -e $FOLDER ]; then
     upload $FOLDER
 else
-    deleteOldComments
+    scripts/deleteOldComments.sh "$BRANCH" "$TYPE" "$PR"
     echo "$BRANCH_TYPE test failed, but no output was generated. Maybe a preliminary stage failed."
 
     curl_gh > /dev/null 2>&1  \