From a33a3aa609c94a0781c8b88a68febf4414d72167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Vallv=C3=A9=20Navarro?= <jvallve@iri.upc.edu> Date: Wed, 24 Nov 2021 10:23:36 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e235d4b6..d878e81b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab