Skip to content

Commit

Permalink
temporary hack to keep logs on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Jan 25, 2019
1 parent 7bacfc5 commit 3411e13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion job_templates/ci_job.xml.em
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@ echo "# END SECTION"
@[ end if]@
@[elif os_name == 'windows']@
setlocal enableDelayedExpansion
rmdir /S /Q ws workspace "work space"
REM rmdir /S /Q ws workspace "work space"
rmdir /S /Q ws/build ws/install ws/src ws/*.repos ws/env.bat

echo "# BEGIN SECTION: Determine arguments"
set "PATH=!PATH:"=!"
Expand Down

0 comments on commit 3411e13

Please sign in to comment.