修正 P4 report 直接執行路徑
Some checks failed
CD Pipeline / deploy (push) Has been cancelled

This commit is contained in:
ogt
2026-07-02 15:08:46 +08:00
parent ffbcdc0793
commit c452ebd1c1
2 changed files with 56 additions and 2 deletions

View File

@@ -12,16 +12,20 @@ import argparse
import hashlib
import json
import subprocess
import sys
import urllib.error
import urllib.request
from collections.abc import Callable, Iterable
from pathlib import Path
from typing import Any
from scripts.ops.check_production_version_truth import parse_config_version
ROOT = Path(__file__).resolve().parents[2]
if str(ROOT) not in sys.path:
sys.path.insert(0, str(ROOT))
from scripts.ops.check_production_version_truth import parse_config_version
DEFAULT_HEALTH_URL = "https://mo.wooo.work/health"
DEFAULT_GITEA_REMOTE = "ssh://git@192.168.0.110:2222/wooo/ewoooc.git"
DEFAULT_TRACKED_FILES = (