From 547d3b310d0222ade405fe8981dea3c3cc92e605 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 17:14:23 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64b5a0028..8cacf8398 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,11 +25,7 @@ stages: # update apt - apt-get update - - # store folder - - echo $PWD - - echo $CI_PROJECT_DIR - - echo $CI_BUILDS_DIR + - ldconfig .build_install_wolf_template: &build_install_wolf_definition - cd $CI_BUILDS_DIR -- GitLab