Skip to content
Snippets Groups Projects
Commit 8868b6f1 authored by Frama-CI Bot's avatar Frama-CI Bot
Browse files

Use Alpine image for checking git-lfs

parent faa957b7
No related branches found
No related tags found
1 merge request!171Fix lfs
Pipeline #51005 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment