Skip to content

Commit

Permalink
fix escaping (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed May 10, 2017
1 parent 51c6ce0 commit 306ebec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions job_templates/ci_job.xml.em
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ if "%CI_CMAKE_BUILD_TYPE%" NEQ "None" (
set "CI_ARGS=%CI_ARGS% --cmake-build-type %CI_CMAKE_BUILD_TYPE%"
)
if "%CI_CMAKE_BUILD_TYPE%" == "Debug" (
where python_d > python_debug_interpreter.txt
set /p PYTHON_DEBUG_INTERPRETER=<python_debug_interpreter.txt
where python_d &gt; python_debug_interpreter.txt
set /p PYTHON_DEBUG_INTERPRETER=&lt;python_debug_interpreter.txt
set "CI_ARGS=%CI_ARGS% --python-interpreter !PYTHON_DEBUG_INTERPRETER!"
)
if "%CI_ENABLE_C_COVERAGE%" == "true" (
Expand Down

0 comments on commit 306ebec

Please sign in to comment.