Skip to content
Snippets Groups Projects

Add normalized call to before script

Merged Jon Azpiazu requested to merge normalize-ci-entry-point into master
2 files
+ 6
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 5
0
#!/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
Loading