Skip to content

Commit

Permalink
Do not include distribution in the name
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 Oct 5, 2023
1 parent 42d2a01 commit a968973
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 @@ -214,7 +214,7 @@ pkgconf_per_src_index.each { pkg_src, pkg_configs ->
// TODO: REMOVE - for testing proposes
if (lib_name != 'gz-cmake')
return
def gz_source_job = job("${pkg_src}-${config_name}-source")
def gz_source_job = job("${pkg_src}-source")
OSRFSourceCreation.create(gz_source_job, [
PACKAGE: pkg_src ,
SOURCE_REPO_URI: "https://github.com/gazebosim/${lib_name}.git"])
Expand Down

0 comments on commit a968973

Please sign in to comment.