add step to fetch with lfs

This commit is contained in:
Julien Fastré 2022-05-16 14:49:12 +02:00
parent bfd7c728ed
commit ce80ed5516
1 changed files with 6 additions and 1 deletions

View File

@ -13,6 +13,11 @@ steps:
settings:
recursive: true
- name: fetch images
images: alpine/git
commands:
- git lfs fetch
- name: pandoc
image: pandoc/core:2.18-alpine
commands:
@ -55,6 +60,6 @@ steps:
prerelease: true
---
kind: signature
hmac: d2d18baa658a4f39063bf6190626363bcf6d3b7815c60400a15b95d18b1feb43
hmac: 2a8d8c7147dee472ce79f7564db1ae208a8e131b7659f0e15c9f90a7c05f9011
...