Skip to content
Snippets Groups Projects
Commit ef6657f0 authored by Prada Sarasola, Miguel's avatar Prada Sarasola, Miguel
Browse files

Print out where entry scripts are looked for

parent dd5a13e0
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
echo Looking up and executing user entry scripts in: $1
find -L $1 -name ci_entry_script.bash -exec bash -c 'echo Running entry script from $(basename $(dirname {})) ; {} ' \;
echo Finalized running the user entry scripts
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment