Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
ef3153cd
Commit
ef3153cd
authored
May 07, 2019
by
Antoine Regimbeau
Browse files
Add dbg trace in fast build
parent
102430ce
Pipeline
#1367
failed with stages
in 27 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
.gitlab-ci.yml
.gitlab-ci.yml
+5
-0
No files found.
.gitlab-ci.yml
View file @
ef3153cd
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment