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
+ 4
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
0
 
#!/bin/bash
 
 
find $CATKIN_WORKSPACE -name ci_entry_script.bash -exec bash {} \;
Loading