Skip to content

Commit

Permalink
Pass supported_ros_distros parameter
Browse files Browse the repository at this point in the history
This was broken by #168 and caused gazebo_ros_pkgs
jobs to create builds for every ROS distro.
  • Loading branch information
scpeters committed Apr 29, 2020
1 parent 00ba86d commit 2cab8e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ class OSRFLinuxCompilationAnyGitHub
OSRFLinuxCompilation.create(job, enable_testing, enable_cppcheck)
Globals.rtools_description = true

GenericAnyJobGitHub.create(job, github_repo)
GenericAnyJobGitHub.create(job, github_repo, supported_ros_distros)
}
} // end of class

0 comments on commit 2cab8e1

Please sign in to comment.