Aggiornamento staging #1
@@ -110,6 +110,11 @@ jobs:
|
||||
|
||||
echo ===== Moving files to working directory =====
|
||||
robocopy repo . /E /MOVE /NFL /NDL /NJH /NJS
|
||||
REM robocopy exit codes: 0=no copy, 1=ok, 2=extra files, 3=ok+extra, 4+=error
|
||||
if %ERRORLEVEL% GEQ 8 (
|
||||
echo Robocopy failed with exit code %ERRORLEVEL%
|
||||
exit /b 1
|
||||
)
|
||||
rmdir repo /S /Q 2>nul
|
||||
|
||||
echo ===== Verifying checkout =====
|
||||
|
||||
Reference in New Issue
Block a user