Commit d88149f1 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

Merge branch 'ci_hidden_key' into superbuild_ci-macos

No related merge requests found
Showing with 4 additions and 1 deletion
+4 -1
...@@ -82,6 +82,8 @@ ubuntu-llvm: ...@@ -82,6 +82,8 @@ ubuntu-llvm:
before_script: before_script:
- git checkout -f -q $CI_COMMIT_SHA - git checkout -f -q $CI_COMMIT_SHA
- git lfs install --skip-repo - git lfs install --skip-repo
- git config --global user.email "otbbot@orfeo-toolbox.org"
- git config --global user.name "otbbot"
artifacts: artifacts:
expire_in: 24 hrs expire_in: 24 hrs
when: always when: always
......
...@@ -51,7 +51,7 @@ find_program(CTEST_GIT_COMMAND NAMES git git.cmd) ...@@ -51,7 +51,7 @@ find_program(CTEST_GIT_COMMAND NAMES git git.cmd)
# FIXME: Replace ${GIT} variable with $[CTEST_GIT_COMMAND}" # FIXME: Replace ${GIT} variable with $[CTEST_GIT_COMMAND}"
set( GIT "${CTEST_GIT_COMMAND}" ) set( GIT "${CTEST_GIT_COMMAND}" )
set( DEBUG 1 )
execute_process( execute_process(
COMMAND ${GIT} "clone" "${REMOTE}" "--branch" "${BRANCH_NAME}" COMMAND ${GIT} "clone" "${REMOTE}" "--branch" "${BRANCH_NAME}"
"--depth" "1" "superbuild-artifact" "--depth" "1" "superbuild-artifact"
...@@ -103,6 +103,7 @@ if ( DEBUG ) ...@@ -103,6 +103,7 @@ if ( DEBUG )
message("Xdk folder exists at ${XDK_PATH}") message("Xdk folder exists at ${XDK_PATH}")
else() else()
message("Something went wrong no folder in ${XDK_PATH}") message("Something went wrong no folder in ${XDK_PATH}")
message("The branch was ${BRANCH_NAME}")
endif() endif()
endif() endif()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment