Skip to content
Snippets Groups Projects
Commit 4d6e13e8 authored by Jon Azpiazu's avatar Jon Azpiazu
Browse files

Add normalized call to before script

Add script to launch the entry points
parent cc76803d
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ industrial_ci_kinetic:
UPSTREAM_WORKSPACE: file
ROSINSTALL_FILENAME: ".rosinstall"
DOCKER_IMAGE: "tecnalia-robotics.artifact.tecnalia.com/test-robotics/flexbotics-base-devel"
BEFORE_SCRIPT: "wget -q -O - https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/scripts/ci_run_entry_points.sh | bash"
when: always
##########################################################
......
#!/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
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