Skip to content
Snippets Groups Projects

[ci] Fix git lfs prune config

Merged Arnaud Billon requested to merge ci-fix-test into master
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -190,7 +190,6 @@ workflow:
stage: test
extends: .default_rules
script:
- git config lfs.pruneoffsetdays 0 # Store less objects
- cd $LV_PROJECT_SRC_PATH/Plugins/VelodynePlugin # Manually fetch both remotes Workaround
- git lfs fetch private --prune
- git lfs fetch origin --prune
Loading