Skip to content
Snippets Groups Projects

Add normalized call to before script

Merged Jon Azpiazu requested to merge normalize-ci-entry-point into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
#!/bin/bash
#!/bin/bash
find $CATKIN_WORKSPACE -name ci_entry_script.bash -exec bash -c 'echo Running entry script from $(basename $(dirname {})) ; {} ' \;
find -L $CATKIN_WORKSPACE -name ci_entry_script.bash -exec bash -c 'echo Running entry script from $(basename $(dirname {})) ; {} ' \;
echo Finalized running ${0##*/}
echo Finalized running ${0##*/}
Loading