Skip to content

Commit

Permalink
Remove workaround
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Nov 12, 2024
1 parent 72da27f commit 0b3a7ed
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions jenkins-scripts/lib/windows_library.bat
Original file line number Diff line number Diff line change
Expand Up @@ -386,11 +386,7 @@ goto :EOF
:: Create a pixi environment
:pixi_create_gz_environment_legacy
if exist %PIXI_PROJECT_PATH% ( rmdir /s /q %PIXI_PROJECT_PATH% )
:: TODO: release-tools is available in the WORKSPACE, use that copy instead of git again
git clone "https://github.com/gazebo-tooling/release-tools" %PIXI_PROJECT_PATH%/release-tools -b jrivero/conda_configs
if errorlevel 1 exit 1
move %PIXI_PROJECT_PATH%\release-tools\conda\envs\legacy\pixi.* %PIXI_PROJECT_PATH%
del /s /f /q %PIXI_PROJECT_PATH%\release-tools
cp %SCRIPT_DIR%\conda\envs\legacy\pixi.* %PIXI_PROJECT_PATH%
if errorlevel 1 exit 1
pushd %PIXI_PROJECT_PATH%
if errorlevel 1 exit 1
Expand Down

0 comments on commit 0b3a7ed

Please sign in to comment.