Skip to content
Snippets Groups Projects
Commit a33a3aa6 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

Update .gitlab-ci.yml file

parent fa462035
No related branches found
No related tags found
2 merge requests!30Release after RAL,!29After 2nd RAL submission
......@@ -26,6 +26,10 @@ stages:
# update apt
- apt-get update
# store folder
- echo $PWD
- export RUNNER_FOLDER=$PWD
.build_install_wolf_template: &build_install_wolf_definition
- if [ -d wolf ]; then
- echo "directory wolf exists"
......@@ -46,9 +50,6 @@ stages:
- cd ../..
.build_install_laserscanutils_template: &build_install_laserscanutils_definition
- if [ -d "/usr/local/include/csm" ]; then
- echo "directory /usr/local/include/csm exists"
- fi
- if [ -d laser_scan_utils ]; then
- echo "directory laser_scan_utils exists"
- cd laser_scan_utils
......
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