Files
Thinh Lam 688fac73e9
CI/CD / backend (push) Failing after 2m8s
CI/CD / frontend (push) Failing after 1m40s
CI/CD / deploy (push) Has been skipped
sciagent code + Gitea Actions CI/CD
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-30 09:38:30 +07:00

8 lines
225 B
Batchfile

@echo off
where pwsh >nul 2>&1
if %ERRORLEVEL% == 0 (
pwsh -NoProfile -ExecutionPolicy Bypass -File "%~dp0health-check.ps1" %*
) else (
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0health-check.ps1" %*
)