Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Commandre Benjamin
OTB
Commits
647f7cb2
Commit
647f7cb2
authored
May 15, 2019
by
Antoine Regimbeau
Browse files
Clean before script
parent
ccfa2a34
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
647f7cb2
...
...
@@ -45,9 +45,6 @@ fast-build:
stage
:
precheck
image
:
$BUILD_IMAGE_REGISTRY/otb-ubuntu-native-develop:latest
before_script
:
-
whoami
-
ls -al "/root"
-
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
...
...
@@ -59,7 +56,6 @@ fast-build:
extends
:
.general
only
:
[
merge_requests
]
stage
:
build
dependencies
:
[]
debian-build
:
extends
:
.common-build
...
...
@@ -84,13 +80,9 @@ 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
# This is for debug, we are checking the owner of the ssh key
-
ls -al "/root"
-
ssh -vvv -T git@gitlab.orfeo-toolbox.org
after_script
:
-
echo "Nothing to do for after_script"
artifacts
:
...
...
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