Skip to content

Commit

Permalink
follow up of #242
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Jan 25, 2019
1 parent 23bd5c3 commit c3b1b2d
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 @@ -226,7 +226,8 @@ echo "# END SECTION"
@[elif os_name == 'windows']@
setlocal enableDelayedExpansion
REM rmdir /S /Q ws workspace "work space"
rmdir /S /Q ws/build ws/install ws/src ws/*.repos ws/env.bat
rmdir /S /Q ws\build ws\install ws\src
del ws\00-ros2.repos ws\env.bat

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

0 comments on commit c3b1b2d

Please sign in to comment.