Skip to content

Commit

Permalink
Fix wrong deletion in previous commit
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <jrivero@honurobotics.com>
  • Loading branch information
j-rivero committed Nov 27, 2024
1 parent 3aed008 commit 374fd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-scripts/dsl/gazebo.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ def gazebo_brew_ci_any_job = job(ci_build_any_job_name_brew)
OSRFBrewCompilationAnyGitHub.create(gazebo_brew_ci_any_job, "gazebosim/gazebo-classic")
gazebo_brew_ci_any_job.with
{
Globals.nontest_label("osx")
label Globals.nontest_label("osx")
steps {
shell("""\
#!/bin/bash -xe
Expand Down

0 comments on commit 374fd4e

Please sign in to comment.