Skip to content

Commit

Permalink
Fix syntax
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 Jan 27, 2025
1 parent 3163227 commit d9a5353
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 @@ -192,7 +192,7 @@ void add_win_devel_bat_call(gz_win_ci_job, lib_name, ws_checkout_dir, config_ver
batchFile("""\
set VCS_DIRECTORY=${ws_checkout_dir}
set CONDA_ENV_NAME=${config_version}
if defined(USE_PIXI) (
if defined USE_PIXI (
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 d9a5353

Please sign in to comment.