Files
easystream-main/run-cd-once.bat
SamiAhmed7777 f0f346deb9
Some checks failed
EasyStream Test Suite / test (pull_request) Has been cancelled
EasyStream Test Suite / code-quality (pull_request) Has been cancelled
EasyStream Test Suite / integration-test (pull_request) Has been cancelled
Sync current dev state
2025-12-15 17:28:21 -08:00

9 lines
257 B
Batchfile

@echo off
echo ========================================
echo EasyStream Continuous Delivery
echo One-Time Commit and Push
echo ========================================
echo.
powershell -ExecutionPolicy Bypass -NoProfile -File "%~dp0start-cd.ps1" once
pause