Lookup CI setup scripts in a argument provided path
Compare changes
- Prada Sarasola, Miguel authored
+ 3
− 1
find -L $CATKIN_WORKSPACE -name ci_entry_script.bash -exec bash -c 'echo Running entry script from $(basename $(dirname {})) ; {} ' \;