Skip to content
Snippets Groups Projects

Fix lfs

Merged Andre Maroneze requested to merge fix-lfs into master
1 file
+ 4
2
Compare changes
  • Side-by-side
  • Inline
+ 4
2
@@ -34,10 +34,12 @@ cache:
git-lfs:
stage: test
script:
- git lfs fsck
- apk update
- apk add git-lfs
- git lfs fsck --pointers
tags:
- docker
image: datamachines/git-lfs:latest
image: alpine:3.16
test:
stage: test
Loading