Skip to content

Commit

Permalink
Fix typo in categories
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 Apr 3, 2024
1 parent 4007ffa commit 739aaaf
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 @@ -348,7 +348,7 @@ ciconf_per_lib_index.each { lib_name, lib_configs ->
branches_with_collections.each { branch_and_collection ->
def gz_ci_job
branch_name = branch_and_collection.branch
if (categories_enabled.contains('daily'))
if (categories_enabled.contains('stable_branches'))
{
if (ci_config.system.so == 'linux') {
gz_ci_job = job("${gz_job_name_prefix}-ci-${branch_name}-${distro}-${arch}")
Expand Down

0 comments on commit 739aaaf

Please sign in to comment.