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
@@ -27,7 +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 https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/blob/normalize-ci-entry-point/scripts/ci_run_entry_points.sh && bash ./ci_run_entry_points.sh"
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
##########################################################
Loading