Commit ef3153cd authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

Add dbg trace in fast build

No related merge requests found
Showing with 5 additions and 0 deletions
+5 -0
...@@ -45,6 +45,10 @@ fast-build: ...@@ -45,6 +45,10 @@ fast-build:
stage: precheck stage: precheck
image: $BUILD_IMAGE_REGISTRY/otb-ubuntu-native-develop:latest image: $BUILD_IMAGE_REGISTRY/otb-ubuntu-native-develop:latest
before_script: before_script:
- whoami
- ls -al "/root"
- cat ~/.ssh/known_hosts
- ssh -vvv -T git@gitlab.orfeo-toolbox.org
- export GIT_LFS_SKIP_SMUDGE=1 - export GIT_LFS_SKIP_SMUDGE=1
- git checkout -f -q $CI_COMMIT_SHA - git checkout -f -q $CI_COMMIT_SHA
- python3 CI/check_twin_pipelines.py - python3 CI/check_twin_pipelines.py
...@@ -81,6 +85,7 @@ ubuntu-llvm: ...@@ -81,6 +85,7 @@ ubuntu-llvm:
stage: prepare stage: prepare
before_script: before_script:
# This override the previous before_script # This override the previous before_script
- whoami
- export GIT_LFS_SKIP_SMUDGE=1 - export GIT_LFS_SKIP_SMUDGE=1
- git checkout -f -q $CI_COMMIT_SHA - git checkout -f -q $CI_COMMIT_SHA
- export GIT_LFS_SKIP_SMUDGE=0 - export GIT_LFS_SKIP_SMUDGE=0
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment