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
d9d2c710
Commit
d9d2c710
authored
May 15, 2019
by
Antoine Regimbeau
Browse files
Remove --skip-repo
parent
52bf5d58
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d9d2c710
...
...
@@ -49,7 +49,7 @@ fast-build:
only
:
[
merge_requests
]
stage
:
build
before_script
:
-
git lfs install
--skip-repo
-
git lfs install
# Provision efficiently the local LFS cache before checkout
-
git lfs fetch origin $CI_COMMIT_SHA
# Checkout the expected branch
...
...
@@ -80,7 +80,7 @@ ubuntu-llvm:
stage
:
prepare
before_script
:
-
git checkout -f -q $CI_COMMIT_SHA
-
git lfs install
--skip-repo
-
git lfs install
artifacts
:
expire_in
:
24 hrs
when
:
always
...
...
CI/main_superbuild.cmake
View file @
d9d2c710
...
...
@@ -68,7 +68,7 @@ if ( DEBUG )
endif
()
if
(
clone_res
)
message
(
SEND_ERROR
"Problem in retreiving the archive
of
${
BRANCH_NAME
}
"
)
message
(
SEND_ERROR
"Problem in retreiving the archive"
)
return
()
endif
()
...
...
@@ -86,6 +86,7 @@ if ( DEBUG )
message
(
"Xdk folder exists at
${
XDK_PATH
}
"
)
else
()
message
(
"Something went wrong no folder in
${
XDK_PATH
}
"
)
message
(
"The branch was
${
BRANCH_NAME
}
"
)
endif
()
endif
()
...
...
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