Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion demo/sdlc-e2e/setup.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ git pull
git checkout -b %BRANCH_NAME%

echo Applying patch and creating a commit
powershell -NoProfile -Command "(Get-Content '.\demo\sdlc-e23\demo.patch' -Raw) -replace '`n', \"`r`n\" | Set-Content '%TEMP%\demo-windows.patch' -NoNewline"
powershell -NoProfile -Command "(Get-Content '.\demo\sdlc-e2e\demo.patch' -Raw) -replace '`n', \"`r`n\" | Set-Content '%TEMP%\demo-windows.patch' -NoNewline"
git apply --whitespace=fix "%TEMP%\demo-windows.patch"
del "%TEMP%\demo-windows.patch" 2>nul
git commit -am "Demo prep"
Expand Down
Loading