small change
This commit is contained in:
parent
f11948cdad
commit
e79177b130
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ xcopy /s /e /y "%repo%-%branch%\*" "."
|
|||
REM Clean up
|
||||
echo "Cleaning up..."
|
||||
del repo.zip
|
||||
rmdir /s /q "%repo%-main"
|
||||
rmdir /s /q "%repo%-%branch%"
|
||||
del latest_patch_sha.txt
|
||||
|
||||
REM Store latest SHA for next check
|
||||
|
|
|
|||
Loading…
Reference in a new issue