Skip to content

Commit

Permalink
Fix typo in checking Conda paths (#1249)
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero authored Jan 28, 2025
1 parent 0faaac0 commit 72927f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-scripts/dsl/gazebo_libs.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ void add_win_devel_bat_call(gz_win_ci_job, lib_name, ws_checkout_dir, config_ver
set USE_PIXI=true
set CONDA_ENV_NAME=${config_version}
if defined USE_PIXI (
if not exist "/.scripts/conda/envs/%CONDA_ENV_NAME%" (
if not exist "./scripts/conda/envs/%CONDA_ENV_NAME%" (
echo "Conda environment %CONDA_ENV_NAME% not found"
exit 1
)
Expand Down

0 comments on commit 72927f8

Please sign in to comment.