Merge pull request 'fix: quote PHP_BINARY for Windows' (#216) from dev into main
Platform: moko-platform CI / Gate 2: Unit Tests (8.1) (push) Blocked by required conditions
Platform: moko-platform CI / Gate 2: Unit Tests (8.2) (push) Blocked by required conditions
Platform: moko-platform CI / Gate 2: Unit Tests (8.3) (push) Blocked by required conditions
Platform: moko-platform CI / Gate 3: Self-Health Check (push) Blocked by required conditions
Platform: moko-platform CI / Gate 4: Governance (push) Blocked by required conditions
Platform: moko-platform CI / Gate 5: Template Integrity (push) Blocked by required conditions
Platform: moko-platform CI / CI Summary (push) Blocked by required conditions
Generic: Repo Health / Release configuration (push) Blocked by required conditions
Generic: Repo Health / Scripts governance (push) Blocked by required conditions
Generic: Repo Health / Repository health (push) Blocked by required conditions
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 2s
Universal: Cascade Main → Dev / Cascade main → branches (push) Failing after 2s
Platform: moko-platform CI / Gate 1: Code Quality (push) Failing after 57s

This commit was merged in pull request #216.
This commit is contained in:
2026-05-30 15:09:24 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ if (empty($stability) || empty($token)) {
}
$cli = __DIR__;
$php = PHP_BINARY;
$php = escapeshellarg(PHP_BINARY);
$giteaUrl = rtrim($giteaUrl, '/');
// Auto-detect org/repo from git remote if not set
+1 -1
View File
@@ -63,7 +63,7 @@ if (array_key_exists($branch, $stabilityMap)) {
}
$cli = __DIR__;
$php = PHP_BINARY;
$php = escapeshellarg(PHP_BINARY);
// Auto-detect watch path from manifest.xml if not provided
if (empty($watchPath)) {