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

Remove --skip-repo

No related merge requests found
Showing with 4 additions and 3 deletions
+4 -3
...@@ -49,7 +49,7 @@ fast-build: ...@@ -49,7 +49,7 @@ fast-build:
only: [merge_requests] only: [merge_requests]
stage: build stage: build
before_script: before_script:
- git lfs install --skip-repo - git lfs install
# Provision efficiently the local LFS cache before checkout # Provision efficiently the local LFS cache before checkout
- git lfs fetch origin $CI_COMMIT_SHA - git lfs fetch origin $CI_COMMIT_SHA
# Checkout the expected branch # Checkout the expected branch
...@@ -80,7 +80,7 @@ ubuntu-llvm: ...@@ -80,7 +80,7 @@ ubuntu-llvm:
stage: prepare stage: prepare
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
artifacts: artifacts:
expire_in: 24 hrs expire_in: 24 hrs
when: always when: always
......
...@@ -68,7 +68,7 @@ if ( DEBUG ) ...@@ -68,7 +68,7 @@ if ( DEBUG )
endif() endif()
if (clone_res) if (clone_res)
message( SEND_ERROR "Problem in retreiving the archive of ${BRANCH_NAME}") message( SEND_ERROR "Problem in retreiving the archive")
return() return()
endif() endif()
...@@ -86,6 +86,7 @@ if ( DEBUG ) ...@@ -86,6 +86,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