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

Skip smudge for checkout in prepare sb

No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
...@@ -138,7 +138,9 @@ macos-superbuild-prepare: ...@@ -138,7 +138,9 @@ macos-superbuild-prepare:
# No need to install lfs as this machine is persistent # No need to install lfs as this machine is persistent
# No need to do git config # No need to do git config
# Checkout the expected branch # Checkout the expected branch
- export GIT_LFS_SKIP_SMUDGE=1
- git checkout -f -q $CI_COMMIT_SHA - git checkout -f -q $CI_COMMIT_SHA
- export GIT_LFS_SKIP_SMUDGE=0
script: script:
- ctest -VV -S CI/prepare_superbuild.cmake -DIMAGE_NAME:string=otb-macos-superbuild - ctest -VV -S CI/prepare_superbuild.cmake -DIMAGE_NAME:string=otb-macos-superbuild
......
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