From fb7d54b323fac4032db64d7e31021650f341a096 Mon Sep 17 00:00:00 2001 From: Chandragupt Singh Date: Sun, 29 Mar 2026 18:42:18 +0530 Subject: [PATCH] CI: copy variables.bat to TestData to fix missing config in Windows CI --- .github/workflows/sp-deployment-pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sp-deployment-pipeline.yml b/.github/workflows/sp-deployment-pipeline.yml index ece1cc84..5537265b 100644 --- a/.github/workflows/sp-deployment-pipeline.yml +++ b/.github/workflows/sp-deployment-pipeline.yml @@ -87,6 +87,7 @@ jobs: sudo cp "install/ci-vm/ci-linux/ci/bootstrap" "${SAMPLE_REPOSITORY}/TestData/ci-linux/bootstrap" 2>/dev/null || true sudo cp "install/ci-vm/ci-linux/ci/runCI" "${SAMPLE_REPOSITORY}/TestData/ci-linux/runCI" 2>/dev/null || true sudo cp "install/ci-vm/ci-windows/ci/runCI.bat" "${SAMPLE_REPOSITORY}/TestData/ci-windows/runCI.bat" 2>/dev/null || true + sudo cp "install/ci-vm/ci-windows/ci/variables.bat" "${SAMPLE_REPOSITORY}/TestData/ci-windows/variables.bat" 2>/dev/null || true sudo systemctl reload platform fi