Skip to content
Snippets Groups Projects
Commit 102430ce authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

CI: change traces

parent 0883def7
Branches
Tags
No related merge requests found
...@@ -17,7 +17,6 @@ variables: ...@@ -17,7 +17,6 @@ variables:
GIT_CHECKOUT: "false" GIT_CHECKOUT: "false"
# The fetch strategy fails with LFS and GitLab # The fetch strategy fails with LFS and GitLab
GIT_STRATEGY: "clone" GIT_STRATEGY: "clone"
CI_DEBUG_TRACE: "true"
before_script: before_script:
# Provision efficiently the local LFS cache before checkout # Provision efficiently the local LFS cache before checkout
...@@ -86,7 +85,7 @@ ubuntu-llvm: ...@@ -86,7 +85,7 @@ ubuntu-llvm:
- 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
# This is for debug, we are checking the owner of the ssh key # This is for debug, we are checking the owner of the ssh key
- ls -al ~/ - ls -al "/root"
- cat ~/.ssh/known_hosts - cat ~/.ssh/known_hosts
- ssh -vvv -T git@gitlab.orfeo-toolbox.org - ssh -vvv -T git@gitlab.orfeo-toolbox.org
after_script: after_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment