From ef3153cd1c662864b8419c5df5bb3184286f7745 Mon Sep 17 00:00:00 2001 From: Antoine Regimbeau <antoine.regimbeau@c-s.fr> Date: Tue, 7 May 2019 11:10:22 +0200 Subject: [PATCH] Add dbg trace in fast build --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5506188c14..74fb60134d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,6 +45,10 @@ fast-build: stage: precheck image: $BUILD_IMAGE_REGISTRY/otb-ubuntu-native-develop:latest before_script: + - whoami + - ls -al "/root" + - cat ~/.ssh/known_hosts + - ssh -vvv -T git@gitlab.orfeo-toolbox.org - export GIT_LFS_SKIP_SMUDGE=1 - git checkout -f -q $CI_COMMIT_SHA - python3 CI/check_twin_pipelines.py @@ -81,6 +85,7 @@ ubuntu-llvm: stage: prepare before_script: # This override the previous before_script + - whoami - export GIT_LFS_SKIP_SMUDGE=1 - git checkout -f -q $CI_COMMIT_SHA - export GIT_LFS_SKIP_SMUDGE=0 -- GitLab