Skip to content

Commit

Permalink
Do not quote plan file path
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 2ac0547 commit 7c393cf
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 @@ -171,7 +171,7 @@ void generate_brew_ci_job(gz_brew_ci_job, lib_name, branch, ci_config)
shell("""\
#!/bin/bash -xe

/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "${lib_name}"
/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "${lib_name}"
""".stripIndent())
}
}
Expand Down

0 comments on commit 7c393cf

Please sign in to comment.