Skip to content

Commit

Permalink
Fix libname
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 8, 2023
1 parent 9f9bbc6 commit 6745895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins-scripts/dsl/gazebo_libs.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,13 @@ void generate_ci_job(gz_ci_job, lib_name, branch, ci_config,
void generate_brew_ci_job(gz_brew_ci_job, lib_name, branch, ci_config)
{
def script_name_prefix = cleanup_library_name(lib_name)
def ws_checkout_dir = lib_name
OSRFBrewCompilation.create(gz_brew_ci_job,
is_testing_enabled(lib_name, ci_config),
are_cmake_warnings_enabled(lib_name, ci_config))
OSRFGitHub.create(gz_brew_ci_job,
"gazebosim/${lib_name}",
branch,
ws_checkout_dir)
lib_name)
gz_brew_ci_job.with
{
triggers {
Expand Down

0 comments on commit 6745895

Please sign in to comment.