Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
b0f233ea
Commit
b0f233ea
authored
May 14, 2019
by
Antoine Regimbeau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unecessary line in yml
parent
1b7a245e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
18 deletions
+0
-18
.gitlab-ci.yml
.gitlab-ci.yml
+0
-18
No files found.
.gitlab-ci.yml
View file @
b0f233ea
...
...
@@ -139,7 +139,6 @@ macos-superbuild-prepare:
extends
:
.common-prepare
stage
:
prepare
before_script
:
-
echo $GIT_CLONE_PATH
# This override the previous before_script
-
git checkout $CI_COMMIT_REF_NAME
script
:
...
...
@@ -158,24 +157,7 @@ macos-superbuild-build:
extends
:
.general
stage
:
build
before_script
:
# First we need to clean the environment
-
rm -rf ../../xdk
# install dir
-
rm -rf ../../SuperBuild_Install.tar
# sb tar
# - rm -rf otb/sb_branch.txt # sb_branch
# - rm -rf otb/build # binary dir
-
rm -rf ../superbuild-artifact
# sb_artifact folder
# This override the previous before_script
-
git checkout $CI_COMMIT_REF_NAME
# We are now doing the git-lfs install
# This is done after the checkout so we avoid downloading Data
# But we need it to upload the archive
# - git-lfs install
# - git config --global user.email "otbbot@orfeo-toolbox.org"
# - git config --global user.name "otbbot"
# - eval $(ssh-agent -s)
# - ssh-add <(echo "$K8S_SECRET_SSH")
# we do not need this as we are on a persistent machine
# This is for debug, we are checking the owner of the ssh key
-
ssh -o StrictHostKeyChecking=no -T git@gitlab.orfeo-toolbox.org
after_script
:
-
echo "Nothing to do for after_script"
...
...
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