We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 513f19e commit fb7d54bCopy full SHA for fb7d54b
1 file changed
.github/workflows/sp-deployment-pipeline.yml
@@ -87,6 +87,7 @@ jobs:
87
sudo cp "install/ci-vm/ci-linux/ci/bootstrap" "${SAMPLE_REPOSITORY}/TestData/ci-linux/bootstrap" 2>/dev/null || true
88
sudo cp "install/ci-vm/ci-linux/ci/runCI" "${SAMPLE_REPOSITORY}/TestData/ci-linux/runCI" 2>/dev/null || true
89
sudo cp "install/ci-vm/ci-windows/ci/runCI.bat" "${SAMPLE_REPOSITORY}/TestData/ci-windows/runCI.bat" 2>/dev/null || true
90
+ sudo cp "install/ci-vm/ci-windows/ci/variables.bat" "${SAMPLE_REPOSITORY}/TestData/ci-windows/variables.bat" 2>/dev/null || true
91
92
sudo systemctl reload platform
93
fi
0 commit comments