Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
tecnalia_robotics-public
templates
Commits
ef6657f0
Commit
ef6657f0
authored
May 14, 2019
by
Prada Sarasola, Miguel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Print out where entry scripts are looked for
parent
dd5a13e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
scripts/ci_run_entry_points.sh
scripts/ci_run_entry_points.sh
+2
-0
No files found.
scripts/ci_run_entry_points.sh
View file @
ef6657f0
#!/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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment