Skip to content
Snippets Groups Projects
ci_run_entry_points.sh 195 B
#!/bin/bash

find -L $CATKIN_WORKSPACE -name ci_entry_script.bash -exec bash -c 'echo Running entry script from $(basename $(dirname {})) ; {} ' \;

echo Finalized running the user entry scripts