Skip to content
Snippets Groups Projects
Commit 06570e16 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

Merge branch 'ci_hidden_key' into packaging_ci

parents 92a7731d f597adf5
Branches
Tags
No related merge requests found
......@@ -82,6 +82,8 @@ ubuntu-llvm:
before_script:
- git checkout -f -q $CI_COMMIT_SHA
- git lfs install --skip-repo
- git config --global user.email "otbbot@orfeo-toolbox.org"
- git config --global user.name "otbbot"
artifacts:
expire_in: 24 hrs
when: always
......
......@@ -51,7 +51,7 @@ find_program(CTEST_GIT_COMMAND NAMES git git.cmd)
# FIXME: Replace ${GIT} variable with $[CTEST_GIT_COMMAND}"
set( GIT "${CTEST_GIT_COMMAND}" )
set( DEBUG 1 )
execute_process(
COMMAND ${GIT} "clone" "${REMOTE}" "--branch" "${BRANCH_NAME}"
"--depth" "1" "superbuild-artifact"
......@@ -97,6 +97,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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment